Skip to content

[DRAFT MAJOR WIP] Add Node.js engines field which drops old Node.js versions#443

Draft
brody4hire wants to merge 1 commit intomhevery:masterfrom
brody4hire:node-engines
Draft

[DRAFT MAJOR WIP] Add Node.js engines field which drops old Node.js versions#443
brody4hire wants to merge 1 commit intomhevery:masterfrom
brody4hire:node-engines

Conversation

@brody4hire
Copy link
Collaborator

This should be in an another new major release as tracked in #436, drops support for Node.js pre-8.0

Copy link
Collaborator Author

@brody4hire brody4hire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO items

"author": "Misko Hevery <misko@hevery.com>",
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"node": ">= 8.0.0"
"node": ">= 10"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and use npm:please-upgrade-node to enforce minimum Node.js requirement more strongly (#444)

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

Successfully merging this pull request may close these issues.

1 participant

Comments