fix(ci): remove pnpm version: 10 to resolve packageManager conflict on core/1.42 (#11228)

The version-bump workflow injects `packageManager: pnpm@10.33.0` into
`package.json` (PR #10972), which conflicts with the explicit `version:
10` in `pnpm/action-setup`. The newer action rejects having both
specified.

Upgrades all 16 workflow/action files from `pnpm/action-setup@v4.2.0` to
`v4.4.0` and removes the `version: 10` input so pnpm version resolves
from the `packageManager` field instead.

This unblocks CI on the `1.42.11` version-bump PR (#11227) which is
needed for the patch release.

┆Issue is synchronized with this [Notion
page](https://app.notion.com/p/PR-11228-fix-ci-remove-pnpm-version-10-to-resolve-packageManager-conflict-on-core-1-42-3426d73d3650810fabbdfbec06df5b4a)
by [Unito](https://www.unito.io)

---------

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Christian Byrne
2026-04-13 22:39:31 -07:00
committed by GitHub
parent 4a6e363363
commit 9596a450df
17 changed files with 18 additions and 50 deletions

View File

@@ -142,9 +142,7 @@ jobs:
echo "✅ Branch '$BRANCH' exists"
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
version: 10
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- name: Setup Node.js
uses: actions/setup-node@v6