From 1c5622ec7eb4fd53165d9b8c4a31a8b03a10821a Mon Sep 17 00:00:00 2001 From: kaze-k Date: Wed, 24 Jul 2024 08:04:19 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9pnpm=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93af5d9..eafb63d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: node-version: [18.x] - pnpm-version: [8.x] + pnpm-version: [9.x] steps: - name: 1. 检查代码