From 8192b16ebe085800f6ef02b851d528f44697befa Mon Sep 17 00:00:00 2001 From: lintsinghua Date: Fri, 28 Nov 2025 21:08:09 +0800 Subject: [PATCH] fix(ci): upgrade pnpm to v9 for lockfile v9.0 compatibility --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5f282d..7491c78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,9 +44,9 @@ jobs: # 3. 安装 pnpm - name: 安装 pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 # 4. 获取 pnpm store 目录 - name: 获取 pnpm store 目录