From 645553400f4e148694d43df335138d194a1f0f05 Mon Sep 17 00:00:00 2001 From: litetex's Renovate Bot <149955914+litetex-renovate@users.noreply.github.com> Date: Tue, 28 Oct 2025 04:32:16 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/checkBuild.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkBuild.yml b/.github/workflows/checkBuild.yml index e7b954c..e8928bd 100644 --- a/.github/workflows/checkBuild.yml +++ b/.github/workflows/checkBuild.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x - uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8388c8f..22398cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x - uses: actions/cache@v4 with: