Skip to content

Commit c20c702

Browse files
committed
Node 24 in CI
1 parent 816f7fa commit c20c702

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/CI.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup node
3131
uses: actions/setup-node@v5
3232
with:
33-
node-version: 22
33+
node-version: 24
3434
cache: 'yarn'
3535

3636
- name: Install
@@ -93,14 +93,14 @@ jobs:
9393
- host: ubuntu-latest
9494
target: wasm32-wasip1-threads
9595
build: yarn build --target wasm32-wasip1-threads
96-
name: stable - ${{ matrix.settings.target }} - node@22
96+
name: stable - ${{ matrix.settings.target }} - node@24
9797
runs-on: ${{ matrix.settings.host }}
9898
steps:
9999
- uses: actions/checkout@v5
100100
- name: Setup node
101101
uses: actions/setup-node@v5
102102
with:
103-
node-version: 22
103+
node-version: 24
104104
cache: yarn
105105
- name: Install
106106
uses: dtolnay/rust-toolchain@stable
@@ -213,8 +213,8 @@ jobs:
213213
target: x86_64-apple-darwin
214214
architecture: x64
215215
node:
216-
- '20'
217-
- '22'
216+
- '22.20.0'
217+
- '24'
218218
runs-on: ${{ matrix.settings.host }}
219219
steps:
220220
- uses: actions/checkout@v5
@@ -250,8 +250,11 @@ jobs:
250250
- aarch64-unknown-linux-musl
251251
- armv7-unknown-linux-gnueabihf
252252
node:
253-
- '20'
254-
- '22'
253+
- '22.20.0'
254+
- '24'
255+
exclude:
256+
- target: armv7-unknown-linux-gnueabihf
257+
node: '24'
255258
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
256259
steps:
257260
- uses: actions/checkout@v5
@@ -315,7 +318,7 @@ jobs:
315318
- name: Setup node
316319
uses: actions/setup-node@v5
317320
with:
318-
node-version: 22
321+
node-version: 24
319322
cache: yarn
320323
- name: Install dependencies
321324
run: |
@@ -350,7 +353,7 @@ jobs:
350353
- name: Setup node
351354
uses: actions/setup-node@v5
352355
with:
353-
node-version: 22
356+
node-version: 24
354357
cache: yarn
355358
- name: Install dependencies
356359
run: yarn install

0 commit comments

Comments
 (0)