Skip to content

Commit 3931014

Browse files
ralyodioclaude
andcommitted
fix(ci): remove hardcoded pnpm version from workflows to resolve version conflict
pnpm/action-setup@v4 errors when both a `version` key and a `packageManager` field in package.json are present. Removing the explicit `version: 9` / `version: 9.12.0` from ci.yml and test.yml lets the action read pnpm@9.15.0 directly from package.json, eliminating the ERR_PNPM_BAD_PM_VERSION failure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ad71703 commit 3931014

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- uses: pnpm/action-setup@v4
27-
with:
28-
version: 9
2927

3028
- uses: actions/setup-node@v4
3129
with:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- uses: pnpm/action-setup@v4
23-
with:
24-
version: 9.12.0
2523

2624
- uses: actions/setup-node@v4
2725
with:

0 commit comments

Comments
 (0)