From bdfca6e015d39f4370efe7ce9ba65b1052f37a9f Mon Sep 17 00:00:00 2001 From: zhengjw22 Date: Sat, 31 Aug 2024 16:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= 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 8821b48..8936b01 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,8 +26,8 @@ jobs: uses: withastro/action@v2 with: path: pages # The root location of your Astro project inside the repository. (optional) - node-version: 22.1.0 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) - package-manager: yarn@ # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) + node-version: 21.1.0 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) + package-manager: yarn # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) deploy: needs: build