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 12 and 14 (no longer LTS) #278

Open
voxpelli opened this issue Nov 29, 2021 · 2 comments
Open

Drop support for Node 12 and 14 (no longer LTS) #278

voxpelli opened this issue Nov 29, 2021 · 2 comments
Labels
maintenance Issues that covers general maintenance chores
Milestone

Comments

@voxpelli
Copy link
Member

Looking at the LTS schedule for Node.js one can see that there is less than six months until Node 12 stops being in LTS.

Considering #277 and the plenty of nice features in Node 14, I think we should target Node >=14 for the 16.0.0 release. Adding this issue to that milestone for now, please object if you feel its wrong.

@voxpelli voxpelli added this to the 16.0.0 milestone Nov 29, 2021
@voxpelli voxpelli added the maintenance Issues that covers general maintenance chores label Nov 29, 2021
@voxpelli voxpelli changed the title Drop support for Node 12 at end of its LTS on 2022-04-30 Drop support for Node 12 at end of its LTS on 2022-04-30 Nov 29, 2021
@voxpelli
Copy link
Member Author

I would opt for a new minimum of 14.18 to ensure support for the node: prefix for modules that ship within node.js itself, as suggested by @MylesBorins: https://twitter.com/mylesborins/status/1521619664723402753

I personally have opted for a slightly more liberal version range in my projects though:

^14.18.0 || >=16

@voxpelli
Copy link
Member Author

Now it would be time to opt for >=16

@voxpelli voxpelli changed the title Drop support for Node 12 at end of its LTS on 2022-04-30 Drop support for Node 12 and 14 (no longer LTS) May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Issues that covers general maintenance chores
Projects
Status: No status
Development

No branches or pull requests

1 participant