Skip to content

Commit

Permalink
task: update install dependencies command
Browse files Browse the repository at this point in the history
  • Loading branch information
finnar-bin committed Nov 5, 2024
1 parent 995f463 commit 76b2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: 🚚 Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm install --force --prefer-offline --no-audit
run: npm ci

build-check:
strategy:
Expand Down

0 comments on commit 76b2915

Please sign in to comment.