Skip to content

Commit

Permalink
deps: update node-abi so that electron 14+ get correct node-abi
Browse files Browse the repository at this point in the history
electron/node-abi#113 was fixed in 3.3.0
and is affecting electron 14+

With the current node-abi prebuild-install will download ABI 89 for
electron 14 and 15 and then modules will fail to load as electron 14
has ABI 97 and electon 15 has ABI 98 in reality.
  • Loading branch information
csett86 committed Nov 7, 2021
1 parent c96c526 commit f7be437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"minimist": "^1.2.3",
"mkdirp-classic": "^0.5.3",
"napi-build-utils": "^1.0.1",
"node-abi": "^2.21.0",
"node-abi": "^3.3.0",
"npmlog": "^4.0.1",
"pump": "^3.0.0",
"rc": "^1.2.7",
Expand Down

0 comments on commit f7be437

Please sign in to comment.