-
Notifications
You must be signed in to change notification settings - Fork 464
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
Use built-in N-API on Node.js >= 6.14.2 #263
Conversation
Update the version ranges in index.js to reflect that N-API is now available in Node.js 6.x as of v6.14.2.
CIs: Node v5.x: https://ci.nodejs.org/job/node-test-node-addon-api/280/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@cjihrig should node 9.x and earlier work on smartos17 or just 10.X and later. I'm guessing the failures on 9.X and 8.x for smartos17 are just because we should not be running there. |
That's my understanding, per nodejs/build#1228. |
Thanks, fixed the CI job had a small bug in selection of platforms. Otherwise, CI looks good so landing. |
Update the version ranges in index.js to reflect that N-API is now available in Node.js 6.x as of v6.14.2. PR-URL: #263 Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Landed in 437514e. |
Update the version ranges in index.js to reflect that N-API is now available in Node.js 6.x as of v6.14.2. PR-URL: nodejs/node-addon-api#263 Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Update the version ranges in index.js to reflect that N-API is now available in Node.js 6.x as of v6.14.2. PR-URL: nodejs/node-addon-api#263 Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Update the version ranges in index.js to reflect that N-API is now available in Node.js 6.x as of v6.14.2. PR-URL: nodejs/node-addon-api#263 Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Update the version ranges in index.js to reflect that N-API is now available in Node.js 6.x as of v6.14.2. PR-URL: nodejs/node-addon-api#263 Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Update the version ranges in index.js to reflect that N-API is
now available in Node.js 6.x as of v6.14.2.