-
Notifications
You must be signed in to change notification settings - Fork 465
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
doc: add support info #843
Conversation
Add support info as per: https://github.com/nodejs/package-maintenance/blob/main/docs/PACKAGE-SUPPORT.md Signed-off-by: Michael Dawson <[email protected]>
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
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.
According to Integration into package.json, it says:
In all of these cases
package-support.json
(or your alternative filename) should be included in yourfiles
array, or.npmignore
configured to avoid excluding it.
Should this be done on this PR as well...?
package-support.json
Outdated
{ | ||
"version": "*", | ||
"target": { | ||
"node": "lts" |
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.
According to node
namespace, should this be active
? Since we support node 10,12,14,15 (whereas lts
is only 10,12)
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.
LTS is now 10,12,14, but regardless good point.
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.
@KevinEady fixed.
* doc: add support info PR-URL: nodejs/node-addon-api#843 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: NickNaso <[email protected]>
* doc: add support info PR-URL: nodejs/node-addon-api#843 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: NickNaso <[email protected]>
* doc: add support info PR-URL: nodejs/node-addon-api#843 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: NickNaso <[email protected]>
* doc: add support info PR-URL: nodejs/node-addon-api#843 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: NickNaso <[email protected]>
Add support info as per:
https://github.com/nodejs/package-maintenance/blob/main/docs/PACKAGE-SUPPORT.md
Signed-off-by: Michael Dawson [email protected]