Skip to content

Commit 2bfff13

Browse files
committed
fix: use --no-frozen-lockfile in CI to bypass pnpmfileChecksum mismatch
1 parent 23405f8 commit 2bfff13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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
22+
- run: pnpm install --no-frozen-lockfile
2323

2424
- name: Install Zig
2525
uses: mlugg/setup-zig@v2
@@ -45,7 +45,7 @@ jobs:
4545
node-version: 22
4646
cache: pnpm
4747

48-
- run: pnpm install
48+
- run: pnpm install --no-frozen-lockfile
4949

5050
- name: Install Zig
5151
uses: mlugg/setup-zig@v2
@@ -100,7 +100,7 @@ jobs:
100100
node-version: 22
101101
cache: pnpm
102102

103-
- run: pnpm install
103+
- run: pnpm install --no-frozen-lockfile
104104

105105
- name: Install Zig
106106
uses: mlugg/setup-zig@v2

0 commit comments

Comments
 (0)