From 430c946b61ac7088b582b1bb64b40ba27e1b7756 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:37:49 +0800 Subject: [PATCH] chore(deps): update dependency node to v24.12.0 (#5799) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/alpha.yml | 6 +++--- .github/workflows/autobuild.yml | 10 +++++----- .github/workflows/cross_check.yaml | 2 +- .github/workflows/dev.yml | 2 +- .github/workflows/frontend-check.yml | 2 +- .github/workflows/release.yml | 12 ++++++------ .github/workflows/updater.yml | 4 ++-- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index e707645f3..425a66399 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -307,7 +307,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm @@ -377,7 +377,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - name: Install pnpm uses: pnpm/action-setup@v4 @@ -505,7 +505,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 37a45feab..b9d0db591 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -46,7 +46,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - name: Install dependencies run: pnpm install --frozen-lockfile @@ -187,7 +187,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" cache: "pnpm" - name: Pnpm Cache @@ -283,7 +283,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" cache: "pnpm" - name: Pnpm Cache @@ -433,7 +433,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" cache: "pnpm" - name: Pnpm Cache @@ -535,7 +535,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4.2.0 name: Install pnpm diff --git a/.github/workflows/cross_check.yaml b/.github/workflows/cross_check.yaml index 06eeb9155..af9651a39 100644 --- a/.github/workflows/cross_check.yaml +++ b/.github/workflows/cross_check.yaml @@ -43,7 +43,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index bf060e901..5675d3c6e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -103,7 +103,7 @@ jobs: if: github.event.inputs[matrix.input] == 'true' uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" cache: "pnpm" - name: Pnpm Cache diff --git a/.github/workflows/frontend-check.yml b/.github/workflows/frontend-check.yml index 4bb8455bd..69e10cac7 100644 --- a/.github/workflows/frontend-check.yml +++ b/.github/workflows/frontend-check.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@v6 if: steps.check_frontend.outputs.frontend == 'true' with: - node-version: "24.11.1" + node-version: "24.12.0" cache: "pnpm" - name: Restore pnpm cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d21b79f5..4fd48c8b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm @@ -281,7 +281,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - name: Install pnpm uses: pnpm/action-setup@v4 @@ -420,7 +420,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm @@ -505,7 +505,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm @@ -531,7 +531,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm @@ -593,7 +593,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 1e182197c..a2fdc8611 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm @@ -39,7 +39,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6 with: - node-version: "24.11.1" + node-version: "24.12.0" - uses: pnpm/action-setup@v4 name: Install pnpm