Skip to content

Commit

Permalink
Use frozen lockfile during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Dec 8, 2024
1 parent fe6c03a commit 295a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
pnpm install
pnpm install --frozen-lockfile
- name: Test
run: |
Expand Down

0 comments on commit 295a4a5

Please sign in to comment.