From a7479c22b54f3d4658fb8b3fa5e87f0430b4b3e6 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Fri, 23 May 2025 07:22:42 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7nodejs=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f2ac24002..ec9b9f7f96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "18" - name: Cache NPM dependencies uses: actions/cache@v3 with: