Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal/external selection broken for latest 6.x release #401

Closed
mhdawson opened this issue Nov 28, 2018 · 5 comments
Closed

Internal/external selection broken for latest 6.x release #401

mhdawson opened this issue Nov 28, 2018 · 5 comments

Comments

@mhdawson
Copy link
Member

Looks like this logic in 437514e

Is not quite right:

var isNodeApiBuiltin = (
  versionArray[0] > 8 ||
  (versionArray[0] == 8 && versionArray[1] >= 6) ||
  (versionArray[0] == 6 && versionArray[1] >= 14 && versionArray[2] >= 2));
@mhdawson
Copy link
Member Author

@mhdawson
Copy link
Member Author

PR for fix: #402

@NickNaso if you have time we probably want to plan a release with this fix. As of the security releases earlier this week and the bump of 6.14 -> 6.15 node-addon-api is broken for the 6.X line.

@NickNaso
Copy link
Member

Hi @mhdawson I will provide to open an issue with the intention on making new release v1.6.2.

@mhdawson
Copy link
Member Author

@NickNaso thanks. Landed PR and just running CI job to validate all is resolved:

https://ci.nodejs.org/view/x%20-%20Abi%20stable%20module%20API/job/node-test-node-addon-api-LTS%20versions/

@mhdawson
Copy link
Member Author

CI run looks good closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants