Skip to content

Commit 457a9d9

Browse files
authored
Update nodejs.yml
1 parent 67c0953 commit 457a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22-
npm ci
22+
npm install
2323
npm test
2424
env:
2525
CI: true

0 commit comments

Comments
 (0)