From b739518b912b2a10db509efe7f162830e9decd44 Mon Sep 17 00:00:00 2001 From: maicss Date: Thu, 2 Nov 2023 00:31:39 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15eea53..5eb0719 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm # or pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3