From bc479f2d0ae08087fe3facccda6bab5e368399b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E8=8D=A3?= <372638156@qq.com> Date: Mon, 9 Oct 2023 08:54:38 +0800 Subject: [PATCH] chore: release action set pnpm version --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdb1657..c2f79c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 + with: + version: 8 - name: Set node uses: actions/setup-node@v3