Skip to content

Commit 1f6e064

Browse files
authored
Use node-abi 4.9.0 (#1385)
add override for node-abi to latest version
1 parent a6607df commit 1f6e064

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"bindings": "^1.5.0",
2323
"prebuild-install": "^7.1.1"
2424
},
25+
"overrides": {
26+
"prebuild": {
27+
"node-abi": "4.9.0"
28+
}
29+
},
2530
"devDependencies": {
2631
"chai": "^4.3.8",
2732
"cli-color": "^2.0.3",

0 commit comments

Comments
 (0)