Fix CI: let pnpm/action-setup read version from packageManager
Specifying both the action's version input and the packageManager field makes pnpm/action-setup@v4 fail with "multiple versions specified". Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014EUvyohLND97Xxew23jN2d
paydii committed
Jun 25, 2026 at 18:02 UTC
d4bbc539c11e735eb507d22f376a9388b9c47332
1 file changed
-2
.github/workflows/ci.yml
-2
index ab36d3c..e2a1f2c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,8 +14,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
- with:
- version: 10
- name: Setup Node.js
uses: actions/setup-node@v4