From 32d2edf72df044b3975153dcd0f9ad45fe51da61 Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 23 Jul 2026 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b56fd98..7a0fb3a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,13 +19,12 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - - run: ls -la -# - name: Setup Node -# uses: actions/setup-node@v4 -# with: -# node-version: 20 -# cache: pnpm + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: 20 + cache: pnpm # # - name: Install dependencies # run: pnpm install