From a740a50e7932470da12411fee6ada944f962fa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B5=E6=91=87=E5=B0=8F=E5=AD=90?= Date: Mon, 1 Jun 2026 11:04:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=20pnpm/action-setup@v?= =?UTF-8?q?4=20=E5=AE=89=E8=A3=85=20pnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4b5b8b..7949bff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,10 @@ jobs: node-version: '20' cache: 'pnpm' - - name: Enable pnpm via corepack - run: corepack enable && corepack prepare pnpm@7 --activate + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: '7' - name: Install Dependencies run: pnpm install