Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1848

Merged
merged 10 commits into from
Sep 9, 2024
Prev Previous commit
Next Next commit
Remove --frozen-lockfile for try-scenarios
  • Loading branch information
mkszepp committed Aug 28, 2024
commit 6b33fcde9098266d8076da784005691a40a92367
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
Loading