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 76b2915 commit 29475f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 ci
run: npm install --force --prefer-offline --no-audit

build-check:
strategy:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: echo "127.0.0.1 test.zesty.io" | sudo tee -a /etc/hosts

- name: 🚚 Install dependencies
run: npm install --force --prefer-offline --no-audit
run: npm ci

- name: 📝 Write the cypress.env.json file
run: |
Expand Down

0 comments on commit 29475f5

Please sign in to comment.