Skip to content

Commit f18298a

Browse files
riglarclaude
andcommitted
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

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Setup pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: 10
3332
run_install: false
3433

3534
- uses: actions/setup-node@v5

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Setup pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: 10
3332
run_install: false
3433

3534
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)