From 9e2ece2e2667bb0f377e5eafecd9ec158faa9020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:56:51 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/buid_arch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buid_arch.yml b/.github/workflows/buid_arch.yml index 231c02e5..63fd5edd 100644 --- a/.github/workflows/buid_arch.yml +++ b/.github/workflows/buid_arch.yml @@ -134,7 +134,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v6 with: - node-version: "22.x" + node-version: "24.x" - name: Install system deps if: contains(matrix.os, 'linux') && (github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All') @@ -240,7 +240,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v6 with: - node-version: "22.x" + node-version: "24.x" - name: Install dependencies shell: bash