From adc4d856fd741c14d97a2fd8b29407f8b3c1d450 Mon Sep 17 00:00:00 2001 From: Purp1e <438518244@qq.com> Date: Wed, 20 Dec 2023 01:59:48 +0800 Subject: [PATCH] Update deploy.yml --- .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 fd78425..752f3e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,8 +35,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: latest - cache: "pnpm" + node-version: 20 - name: Setup pnpm uses: pnpm/action-setup@v2