Skip to content

Commit

Permalink
ci: Use npm ci in Action
Browse files Browse the repository at this point in the history
Fixes #419
  • Loading branch information
matatk committed Jun 14, 2021
1 parent ba805a9 commit 492ed23
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 @@ -21,6 +21,6 @@ jobs:
restore-keys:
node-
- name: Install dependencies
run: npm install
run: npm ci
- name: Test and build
run: npm run build:all

0 comments on commit 492ed23

Please sign in to comment.