Skip to content

Commit 488dec3

Browse files
lgeigerrgbkrk
authored andcommitted
Pin node-abi to not build for Electron v7 (#345)
Electron v7 was just released. Unfortunately this makes the zeromq build fail, so the last patch release didn't build on CI. This pins the version of node-abi so the Electron v7 build is ignored.
1 parent eaf7461 commit 488dec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"electron-mocha": "^6.0.0",
1717
"jsdoc": "^3.5.4",
1818
"mocha": "^5.0.0",
19+
"node-abi": "2.11.0",
1920
"nyc": "^12.0.2",
2021
"prebuild": "^9.1.1",
2122
"semver": "^5.4.1",

0 commit comments

Comments
 (0)