Skip to content

Commit

Permalink
specify --no-frozen-lockfile with pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 12, 2024
1 parent c14329f commit d7dd246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache-paths: |
~/.cache/Cypress
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
if: steps.cache-app.outputs.cache-hit != 'true'

- uses: google-github-actions/auth@v2
Expand Down

0 comments on commit d7dd246

Please sign in to comment.