Skip to content

Commit 8321566

Browse files
l-mediaclaude
andcommitted
Fix CI: let pnpm/action-setup read packageManager from package.json
Specifying both `version: 10` in the action and `packageManager` in package.json triggers ERR_PNPM_BAD_PM_VERSION. Keep package.json as the single source of truth. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent f9d4394 commit 8321566

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 10
2524
run_install: false
2625

2726
- name: Setup Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)