|
30 | 30 | - name: Setup node |
31 | 31 | uses: actions/setup-node@v5 |
32 | 32 | with: |
33 | | - node-version: 22 |
| 33 | + node-version: 24 |
34 | 34 | cache: 'yarn' |
35 | 35 |
|
36 | 36 | - name: Install |
@@ -93,14 +93,14 @@ jobs: |
93 | 93 | - host: ubuntu-latest |
94 | 94 | target: wasm32-wasip1-threads |
95 | 95 | build: yarn build --target wasm32-wasip1-threads |
96 | | - name: stable - ${{ matrix.settings.target }} - node@22 |
| 96 | + name: stable - ${{ matrix.settings.target }} - node@24 |
97 | 97 | runs-on: ${{ matrix.settings.host }} |
98 | 98 | steps: |
99 | 99 | - uses: actions/checkout@v5 |
100 | 100 | - name: Setup node |
101 | 101 | uses: actions/setup-node@v5 |
102 | 102 | with: |
103 | | - node-version: 22 |
| 103 | + node-version: 24 |
104 | 104 | cache: yarn |
105 | 105 | - name: Install |
106 | 106 | uses: dtolnay/rust-toolchain@stable |
@@ -213,8 +213,8 @@ jobs: |
213 | 213 | target: x86_64-apple-darwin |
214 | 214 | architecture: x64 |
215 | 215 | node: |
216 | | - - '20' |
217 | | - - '22' |
| 216 | + - '22.20.0' |
| 217 | + - '24' |
218 | 218 | runs-on: ${{ matrix.settings.host }} |
219 | 219 | steps: |
220 | 220 | - uses: actions/checkout@v5 |
@@ -250,8 +250,11 @@ jobs: |
250 | 250 | - aarch64-unknown-linux-musl |
251 | 251 | - armv7-unknown-linux-gnueabihf |
252 | 252 | node: |
253 | | - - '20' |
254 | | - - '22' |
| 253 | + - '22.20.0' |
| 254 | + - '24' |
| 255 | + exclude: |
| 256 | + - target: armv7-unknown-linux-gnueabihf |
| 257 | + node: '24' |
255 | 258 | runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }} |
256 | 259 | steps: |
257 | 260 | - uses: actions/checkout@v5 |
@@ -315,7 +318,7 @@ jobs: |
315 | 318 | - name: Setup node |
316 | 319 | uses: actions/setup-node@v5 |
317 | 320 | with: |
318 | | - node-version: 22 |
| 321 | + node-version: 24 |
319 | 322 | cache: yarn |
320 | 323 | - name: Install dependencies |
321 | 324 | run: | |
@@ -350,7 +353,7 @@ jobs: |
350 | 353 | - name: Setup node |
351 | 354 | uses: actions/setup-node@v5 |
352 | 355 | with: |
353 | | - node-version: 22 |
| 356 | + node-version: 24 |
354 | 357 | cache: yarn |
355 | 358 | - name: Install dependencies |
356 | 359 | run: yarn install |
|
0 commit comments