Skip to content

Commit 11f632d

Browse files
Codestzclaude
andcommitted
fix: update CI to use pnpm v9 for lockfile compatibility
The pnpm-lock.yaml was created with pnpm 10 (lockfileVersion 9.0) but CI was using pnpm 8, causing lockfile incompatibility errors. Updated both CI jobs to use pnpm version 9 which is compatible with the lockfile. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e586d52 commit 11f632d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v3
2020
with:
21-
version: 8
21+
version: 9
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup pnpm
4848
uses: pnpm/action-setup@v3
4949
with:
50-
version: 8
50+
version: 9
5151

5252
- name: Setup Node.js
5353
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)