Skip to content

Commit

Permalink
Use npm ci with CI (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Feb 2, 2020
1 parent cb54d5f commit e5f316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
# Use separate run commands so command status handled correctly on Windows
- name: npm install
run: npm install
run: npm ci
- name: npm test
run: npm test
- name: npm run lint
Expand Down

0 comments on commit e5f316f

Please sign in to comment.