Commit f18298a
ci: drop pnpm version pin so publish reads packageManager
pnpm/action-setup@v4 errors with "Multiple versions of pnpm specified"
when both `version:` and package.json `packageManager` are set. The npm
and binary publish workflows check out this repo (packageManager at root),
so the explicit `version: 10` collided and both 5.0.0-beta.0 publish jobs
failed. Remove the pin and let the action read pnpm@10.17.1 from
package.json. cli-ci.yml keeps its pin: it checks out the dcd monorepo
where there's no root packageManager to read.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 4d971fa commit f18298a
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments