From 3fbb914a105ec664af347550a1e4e37947fef6ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:10:34 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/pure-rust-build-on-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pure-rust-build-on-linux.yml b/.github/workflows/pure-rust-build-on-linux.yml index 8b74af6..a69a57e 100644 --- a/.github/workflows/pure-rust-build-on-linux.yml +++ b/.github/workflows/pure-rust-build-on-linux.yml @@ -58,7 +58,7 @@ jobs: targets: ${{ matrix.settings.target }} - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' cache: 'yarn' - name: Install ziglang uses: mlugg/setup-zig@v2 @@ -120,7 +120,7 @@ jobs: uses: actions/setup-node@v6 if: matrix.settings.target == 'i686-pc-windows-msvc' with: - node-version: 22 + node-version: 24 cache: yarn architecture: x86 - name: Download bindings @@ -163,7 +163,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'yarn' - name: Install dependencies run: yarn install