Skip to content

Commit 23d65d9

Browse files
committed
upgrade test CI jobs to use node v22 and v24
1 parent 2fa26f2 commit 23d65d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node-js-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ jobs:
201201
target: x86_64-apple-darwin
202202
architecture: x64
203203
node:
204-
- '20'
205204
- '22'
205+
- '24'
206206
runs-on: ${{ matrix.settings.host }}
207207
steps:
208208
- uses: actions/checkout@v6
@@ -240,8 +240,8 @@ jobs:
240240
- aarch64-unknown-linux-musl
241241
- armv7-unknown-linux-gnueabihf
242242
node:
243-
- '20'
244243
- '22'
244+
- '24'
245245
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
246246
steps:
247247
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)