Skip to content

Commit

Permalink
Use npm ci instead of install on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
konowrockis committed Sep 14, 2020
1 parent a9691f1 commit 1fff54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
run: npm ci
- name: Run tests
run: npm test
- name: Build
Expand Down

0 comments on commit 1fff54e

Please sign in to comment.