Skip to content

Commit

Permalink
use npm ci instead
Browse files Browse the repository at this point in the history
  • Loading branch information
fahric committed Jul 2, 2021
1 parent f74f777 commit a9b980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-node@v2.1.5
with:
node-version: '14.x'
- run: npm i
- run: npm ci
- run: npm run lint
- run: npm run test

Expand Down

0 comments on commit a9b980d

Please sign in to comment.