fix(ci): qa-gate — remove duplicate pnpm version pin
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled

pnpm/action-setup@v4 conflicts when both workflow `version: 10` and
package.json `"packageManager": "pnpm@10.29.3"` are set. Drop the
workflow pin and let action-setup read packageManager.

Unblocks the QA gate workflow on PRs (was failing in setup before
tests ran, e.g. run 25784218896).
This commit is contained in:
Fusion
2026-05-13 08:15:11 +00:00
parent 4cb715f1b4
commit 746c7e552c

View File

@@ -23,8 +23,6 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with: