Skip to content

Commit 3008d3b

Browse files
committed
ci: use pnpm install without frozen-lockfile
1 parent 8f3e499 commit 3008d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 22
2020
cache: pnpm
2121

22-
- run: pnpm install --frozen-lockfile
22+
- run: pnpm install
2323

2424
- name: Type check
2525
run: pnpm build
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 22
4141
cache: pnpm
4242

43-
- run: pnpm install --frozen-lockfile
43+
- run: pnpm install
4444

4545
- name: Generate benchmark data
4646
run: npx tsx scripts/generate-bench-data.ts

0 commit comments

Comments
 (0)