From 611909c3d9befe8b57c77d7ec06dfe587b788a2f Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 6 Feb 2025 22:04:47 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=20CI=20=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1024d2f..50e3979 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,8 +17,7 @@ jobs: # 2、安装 PNPM - name: Setup PNPM uses: pnpm/action-setup@v2 - with: - version: latest + with: { version: 9 } # 3、安装 Node 环境 - name: Setup Node uses: actions/setup-node@v3