We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d6710 commit 3fbb914Copy full SHA for 3fbb914
.github/workflows/pure-rust-build-on-linux.yml
@@ -58,7 +58,7 @@ jobs:
58
targets: ${{ matrix.settings.target }}
59
- uses: actions/setup-node@v6
60
with:
61
- node-version: '22'
+ node-version: '24'
62
cache: 'yarn'
63
- name: Install ziglang
64
uses: mlugg/setup-zig@v2
@@ -120,7 +120,7 @@ jobs:
120
uses: actions/setup-node@v6
121
if: matrix.settings.target == 'i686-pc-windows-msvc'
122
123
- node-version: 22
+ node-version: 24
124
cache: yarn
125
architecture: x86
126
- name: Download bindings
@@ -163,7 +163,7 @@ jobs:
163
- uses: actions/checkout@v5
164
165
166
167
168
- name: Install dependencies
169
run: yarn install
0 commit comments