From 39a99149c58fcac5994cc740b9ca15e4ccd606e8 Mon Sep 17 00:00:00 2001 From: wzp Date: Wed, 5 Jun 2024 18:09:27 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 69e88e8..df0f914 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: with: node-version: ">=20.11.1" - name: 下载PNPM - run: npm install pnpm + run: npm install -g pnpm - name: 下载项目依赖 run: pnpm install - name: 构建项目