From 51faa1f29f0bc2a91251e1d1bd9300a62bea3eb8 Mon Sep 17 00:00:00 2001 From: Acbox Date: Thu, 19 Feb 2026 00:46:08 +0800 Subject: [PATCH] fix(wrokflow): pnpm version of release github action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15bb7a6b..e5c9bf21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: with: fetch-depth: 0 - uses: pnpm/action-setup@v4 + with: + version: 9 - uses: actions/setup-node@v4 with: node-version: lts/*