From 9174e775aee8c9f681918fdb9a7b58d5f99725fe Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 23 Apr 2024 15:50:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0github=20action=20no?= =?UTF-8?q?de=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 43418cb4..caacd80b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -17,10 +17,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 - - name: Set node version to 16 + - name: Set node version to 18 uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 cache: 'pnpm' - run: pnpm bootstrap