Skip to content

Commit

Permalink
revert "debug: switch actions ci to install"
Browse files Browse the repository at this point in the history
This reverts commit 23d6052.
  • Loading branch information
Xunnamius committed Dec 3, 2020
1 parent 10c71bf commit f9a3e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
restore-keys: npm-${{ runner.os }}-

- name: Install CI dependencies
run: npm install
run: npm ci

- name: Build distributables
run: npm run build-dist
Expand Down

0 comments on commit f9a3e23

Please sign in to comment.