From 1cacfec7ab5b649d681d876210b86e0531dca771 Mon Sep 17 00:00:00 2001 From: EricWXY Date: Mon, 1 Apr 2024 13:11:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20test-and-deploy.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index ff652ce..b1dc69f 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-node@v3 - name: Install pnpm - run: npm ci + run: npm install -g pnpm - name: Install dependencies run: pnpm install