File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 cargo +nightly run -p cpu-features --features nightly
3535 - uses : actions/setup-node@v6
3636 with :
37- node-version : 22
37+ node-version : 24
3838 cache : " yarn"
3939 - name : Install dependencies
4040 run : yarn install
6363 toolchain : nightly
6464 - uses : actions/setup-node@v6
6565 with :
66- node-version : 22
66+ node-version : 24
6767 cache : " yarn"
6868 - name : Install dependencies
6969 run : yarn install
9696 - name : Setup node
9797 uses : actions/setup-node@v6
9898 with :
99- node-version : 22
99+ node-version : 24
100100 cache : " yarn"
101101
102102 - name : Install Rust
@@ -133,7 +133,7 @@ jobs:
133133 - name : Setup node
134134 uses : actions/setup-node@v6
135135 with :
136- node-version : 22
136+ node-version : 24
137137 cache : " yarn"
138138
139139 - name : Install Rust
@@ -203,7 +203,7 @@ jobs:
203203 targets : ${{ matrix.settings.target }}
204204 - uses : actions/setup-node@v6
205205 with :
206- node-version : 22
206+ node-version : 24
207207 cache : " yarn"
208208 - name : Install dependencies
209209 run : yarn install
Original file line number Diff line number Diff line change 3030
3131 - uses : actions/setup-node@v6
3232 with :
33- node-version : 22
33+ node-version : 24
3434 cache : ' yarn'
3535 - name : Install dependencies
3636 run : yarn install
You can’t perform that action at this time.
0 commit comments