electron / node-abi

:turtle: :rocket: Get the Node.js and Electron ABI for a given target and runtime
https://www.npmjs.com/node-abi
MIT License
164 stars 58 forks source link

Add support for Node 8 #25

Closed lgeiger closed 7 years ago

lgeiger commented 7 years ago

Node 8 will be released later to day and will have ABI 55.

corbinu commented 7 years ago

Would love to see this merged but Node 8's ABI is 57 not 55 thanks!

mafintosh commented 7 years ago

Would be great to get this out (whatever the correct ABI is) not that 8 has been released

mafintosh commented 7 years ago

According to https://nodejs.org/en/download/releases/ its 57

lgeiger commented 7 years ago

Thanks a lot for catch!

The Node 8 release branch definitely uses 57

Though master is still on 55.

lgeiger commented 7 years ago

I'm going to merge this and ship a new release so we're up to date.