Skip to content

Commit e5f316f

Browse files
authored
Use npm ci with CI (#1164)
Better use `npm ci`. https://docs.npmjs.com/cli/ci.html
1 parent cb54d5f commit e5f316f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.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
# Use separate run commands so command status handled correctly on Windows
2121
- name: npm install
22-
run: npm install
22+
run: npm ci
2323
- name: npm test
2424
run: npm test
2525
- name: npm run lint

0 commit comments

Comments
 (0)