Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/node-js-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ jobs:
target: x86_64-apple-darwin
architecture: x64
node:
- '20'
- '22'
- '24'
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -240,8 +240,11 @@ jobs:
- aarch64-unknown-linux-musl
- armv7-unknown-linux-gnueabihf
node:
- '20'
- '22'
- '24'
exclude:
- target: armv7-unknown-linux-gnueabihf
node: '24' # no docker image node:24-slim for armv7
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v6
Expand Down
6 changes: 3 additions & 3 deletions bindings/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "3.5.1",
"ava": "^7.0.0",
"oxlint": "^1.50.0"
"@napi-rs/cli": "3.6.2",
"ava": "^8.0.1",
"oxlint": "^1.66.0"
},
"ava": {
"timeout": "3m"
Expand Down
Loading
Loading