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

Drop support for Node 10, 11, 13, and 15. #852

Merged
merged 1 commit into from
Jun 15, 2021

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Jun 15, 2021

This unifies the engines property across all of our packages (they didn't agree with each other, some were missing engines completely, etc) to support:

  • Node 12.*
  • Node 14.*
  • Node 16 or higher

This matches the currently supported releases by Node itself:

image

This unifies the `engines` property across all of our packages (they
didn't agree with each other, some were missing `engines` completely,
etc) to support:

* Node 12.*
* Node 14.*
* Node 16 or higher
@stefanpenner
Copy link
Collaborator

:shipit:

@stefanpenner stefanpenner merged commit a79aec6 into master Jun 15, 2021
@stefanpenner stefanpenner deleted the drop-old-node-support branch June 15, 2021 19:35
@stefanpenner
Copy link
Collaborator

@ef4 et.al next release version should convey a "breaking change"

@ef4
Copy link
Contributor

ef4 commented Jun 15, 2021

It will go into the changelog with BREAKING automatically as long as it's tagged that way (and Rob already added the tag).

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

Successfully merging this pull request may close these issues.

None yet

4 participants