Skip to content

Commit

Permalink
Remove --frozen-lockfile for try-scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Aug 28, 2024
1 parent 5e6b11e commit 6b33fcd
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 @@ -118,7 +118,7 @@ jobs:
cache: pnpm

- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Run Tests
env:
Expand Down

0 comments on commit 6b33fcd

Please sign in to comment.