From 0987901a46c1d5c1960d5a0852224dda466fa482 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 24 Apr 2025 14:07:30 +0800 Subject: [PATCH] =?UTF-8?q?build:=20github=20workflows=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85node=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 40d2e044..c419550e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -10,16 +10,16 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: dev - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: Set node version to 18 - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 18 cache: 'pnpm'