From a652ac61d932ab89849d1ecfaace62bf26a7e77a Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Wed, 22 Jan 2025 13:47:24 +0800 Subject: [PATCH] chore: update Node.js version in CI workflows from 16 to 18 --- .github/workflows/linux-release.yml | 2 +- .github/workflows/macos-release.yml | 2 +- .github/workflows/windows-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index a3db3e79..3ddabc6d 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Build Frontend env: CI: "" diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index cdb577ba..dbdeac56 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Build Frontend env: CI: "" diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index b90eb592..6b63ad0b 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Build Frontend env: CI: ""