From f8ca9cb922e39771ed108f9c393653e712fcb9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:14:46 +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