Skip to content

Commit

Permalink
Try float dependency without --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 2, 2024
1 parent 2061198 commit 5afbd42
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 @@ -77,7 +77,7 @@ jobs:
cache: pnpm

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

- name: Run Tests
run: pnpm --filter test-app test:ember
Expand Down

0 comments on commit 5afbd42

Please sign in to comment.