From 696b29ada0f1daf03831c6757a29d4c5588f245b Mon Sep 17 00:00:00 2001 From: yangzi <1131696774@qq.com> Date: Tue, 19 Dec 2023 16:03:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E5=88=87=E6=8D=A2pnpm?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=BA7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbc20cb..35904ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v2 name: Install pnpm with: - version: 8 + version: 7 run_install: false - name: Get pnpm store directory