From 864e0651b1b785ce07ccfdad81077ea4e01db07b Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 15 Nov 2025 22:37:26 +0800 Subject: [PATCH] fix: set pnpm version --- .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 4336093..4d86581 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - # with: - # version: latest + with: + version: 9.14.4 - uses: actions/setup-node@v4 with: node-version: 24