From 284f8cd10217bfff00a9f5255785c7d5dbae6bb9 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 5 Jun 2025 21:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8github=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E7=9A=84=E6=96=B9=E5=BC=8F=E6=B7=BB=E5=8A=A0pnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 400a318..bf9d18f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,9 @@ jobs: cache: 'pnpm' - name: Install pnpm - run: npm install -g pnpm + uses: pnpm/action-setup@v2 + with: + version: 8 - name: Install dependencies run: pnpm install