Skip to content

Commit c7da5a7

Browse files
author
Andy McKay
authored
Merge pull request actions#61 from leafac/patch-1
Use npm ci instead of npm install
2 parents fa62336 + f761ff7 commit c7da5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/node.js.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 install
22+
npm ci
2323
npm run build --if-present
2424
npm test
2525
env:

0 commit comments

Comments
 (0)