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

Breaking: Drop support for Node 10, 13, 15 #151

Merged
merged 1 commit into from Sep 24, 2021

Conversation

bmish
Copy link
Member

@bmish bmish commented Jun 26, 2021

We now support Node 12, 14, 16+.

  • Node 10 end-of-life 2021-04-30
  • Node 13 end-of-life 2020-06-01
  • Node 15 end-of-life 2021-06-01

https://nodejs.org/en/about/releases/
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md
https://en.wikipedia.org/wiki/Node.js#Releases

  • Should we raise these versions even higher? ESM for example requires "^12.20.0 || ^14.13.1 || >=16.0.0" (update: not now, see comments)

Part of the v4 release (#120).

We now support Node 12, 14, 16+.

* Node 10 end-of-life 2021-04-30
* Node 13 end-of-life 2020-06-01
* Node 15 end-of-life 2021-06-01

https://nodejs.org/en/about/releases/
https://en.wikipedia.org/wiki/Node.js#Releases
@bmish bmish mentioned this pull request Jun 26, 2021
20 tasks
package.json Show resolved Hide resolved
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.

None yet

3 participants