Skip to content

Commit 047ebf3

Browse files
authored
Update nodejs.yml
add npm install to ci
1 parent 85f1bd4 commit 047ebf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22+
npm install
2223
npm test
2324
env:
2425
CI: true

0 commit comments

Comments
 (0)