From 0faf741d0bc2e943ed55408bb971eb7dcb61caa7 Mon Sep 17 00:00:00 2001 From: Elysia Date: Sat, 17 Jan 2026 23:44:18 +0800 Subject: [PATCH] build: update Node.js version to 20.x --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7a99668..fb60c2c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 20.x - name: Install Dependencies run: npm install