prebuild / prebuildify

Create and package prebuilds for native modules
MIT License
196 stars 37 forks source link

Upgrade node-abi #55

Closed kriszyp closed 2 years ago

kriszyp commented 2 years ago

Node V17 doesn't compile for me without upgrading the node-abi package, so this just upgrades it.

vweevers commented 2 years ago

Drops support of Node.js < 10. Could you remove 8 from here:

https://github.com/prebuild/prebuildify/blob/49258b82899c56266de1f5890578795f0f4a4c51/.github/workflows/test.yml#L8

vweevers commented 2 years ago

5.0.0

kriszyp commented 2 years ago

Thank you for the merge and publish, appreciate it!