Skip to content

Commit 6b90dfb

Browse files
tomassurinclaude
andcommitted
Fix CI: pin pnpm to 10.14.0 to match lockfile generator version
Newer pnpm 10.x may handle optional platform-specific dependencies differently. Pin to the exact version used to generate the lockfile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c2b79f3 commit 6b90dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 10
26+
version: 10.14.0
2727

2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)