Skip to content

Commit 2e23f81

Browse files
committed
Wrapper, Js: nan.h only support node <= 21, 22 not yet, so remove it from supported node versions
1 parent 2cf403e commit 2e23f81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"scripts": {
1818
"install": "node-gyp-build",
1919
"build": "npm run build:gyp && npm run compile",
20-
"build:gyp": "prebuildify -t 20.13.1 -t 18.20.3 -t 22.2.0 --strip",
21-
"build:debug": "prebuildify -t 20.13.1 -t 18.20.3 -t 22.2.0 --debug",
20+
"build:gyp": "prebuildify -t 18.20.3 -t 19.9.0 -t 20.13.1 -t 21.7.3 --strip",
21+
"build:debug": "prebuildify -t 18.20.3 -t 19.9.0 -t 20.13.1 -t 21.7.3 --debug",
2222
"compile": "npm run build:tsc",
2323
"build:tsc": "tsc",
2424
"test": "npx jest",
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"engines": {
39-
"node": "^18.0.0 || ^20.0.0 || ^22.0.0 "
39+
"node": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 "
4040
},
4141
"os": [
4242
"darwin",

0 commit comments

Comments
 (0)