From dfc2076320205b48f75a6a0a647011b4fc723f1f Mon Sep 17 00:00:00 2001 From: "groombook-paperclip[bot]" Date: Tue, 17 Mar 2026 18:38:30 +0000 Subject: [PATCH] fix(ci): remove pnpm version conflict in action-setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pnpm/action-setup@v4 now errors when both the action's `version` input and package.json's `packageManager` field specify a version. Remove the action input — package.json's `pnpm@9.15.4` is authoritative. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f51a78..dfc4c9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: @@ -38,8 +36,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: @@ -60,8 +56,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: