ci: drop pnpm version:9 pin so action honors packageManager in package.json
Some checks failed
Validate Token List / Validate Token List (push) Failing after 40s
Validate Config / Config & validation (pull_request) Successful in 9s
Validate OMNL Rail / OMNL rail checks (pull_request) Failing after 11s
Validate Token List / Validate Token List (pull_request) Failing after 40s
AI Code Review / claude-review (pull_request) Failing after 12m50s

Gitea Actions' pnpm/action-setup@v4 errors with ERR_PNPM_BAD_PM_VERSION when
both a 'with.version' input and package.json 'packageManager' are set.
Drop the input; package.json already pins pnpm@10.28.0.

Co-Authored-By: Nakamoto, S <defi@defi-oracle.io>
This commit is contained in:
Devin AI
2026-04-18 23:31:02 +00:00
parent 9e7c0afaec
commit 35eb6ca48b
2 changed files with 2 additions and 4 deletions

View File

@@ -36,8 +36,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
# pnpm version is pinned via `packageManager` in package.json.
- name: Setup Node.js
uses: actions/setup-node@v4

View File

@@ -27,8 +27,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
# pnpm version is pinned via `packageManager` in package.json.
- name: Setup Node.js
uses: actions/setup-node@v4