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
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user