Closed fanatid closed 4 years ago
Hey @fanatid, thanks for implementing this change. I'm trying to figure out which N-API version is required now, and hence, which node versions are supported, but I'm a little bit lots. Any hint? Thanks
Hi @alcuadrado
I decide stay with version 3
, because 1
and 2
was available only under flag. https://nodejs.org/api/n-api.html#n_api_n_api_version_matrix
NAPI_VERSION in binding.gyp: https://github.com/cryptocoinjs/keccak/blob/v3.0.0/binding.gyp#L52
node version in package.json: https://github.com/cryptocoinjs/keccak/blob/v3.0.0/package.json#L45
Thanks for the quick answer! This info is really helpful :)
Also added prebuilds compiled by GitHub Actions.