Skip to content

Commit 48088b8

Browse files
committed
ci(*): Remove frozen lockfile
1 parent 9391d8b commit 48088b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
version: latest
2626
- name: Install dependencies
27-
run: pnpm install --frozen-lockfile
27+
run: pnpm install
2828
- name: Run tests
2929
run: pnpm test

0 commit comments

Comments
 (0)