Skip to content

Commit 10bad9d

Browse files
authored
fix build: update node-abi version in package.json to ^4.25.0 (#1439)
fix: update node-abi version in package.json to ^4.25.0
1 parent 6c38998 commit 10bad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"overrides": {
2626
"prebuild": {
27-
"node-abi": "4.15.0"
27+
"node-abi": "^4.25.0"
2828
}
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)