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