Skip to content

Commit

Permalink
build: specify Node 20 (LTS) for prebuildify
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Nov 10, 2024
1 parent 6b9e725 commit 4652005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"scripts": {
"install": "node-gyp-build",
"build": "prebuildify --napi --strip",
"build_x64": "prebuildify --napi --strip --arch x64",
"build_arm64": "prebuildify --napi --strip --arch arm64",
"build_x64": "prebuildify --napi --strip --arch x64 --target 20.9.0",
"build_arm64": "prebuildify --napi --strip --arch arm64 --target 20.9.0",
"rebuild": "node-gyp rebuild",
"test": "node -e \"require('child_process').spawnSync('node', ['--test', ...require('glob').sync('test/**/*.js')], {stdio:'inherit'})\""
},
Expand Down

0 comments on commit 4652005

Please sign in to comment.