Commit 3931014
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
0 commit comments