From 9c206b2c71b56c8d27f630471766905aab2b7dd9 Mon Sep 17 00:00:00 2001 From: Jing Wang Date: Tue, 11 Jun 2024 18:12:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Update=20Node=20version?= =?UTF-8?q?=20used=20in=20Gihub=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 45d6a0a..6d76eaf 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -51,7 +51,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v3