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

Add support for node 20; drop node 16/17 support #1065

Open
2 of 3 tasks
chris-griffin opened this issue Oct 27, 2023 · 1 comment
Open
2 of 3 tasks

Add support for node 20; drop node 16/17 support #1065

chris-griffin opened this issue Oct 27, 2023 · 1 comment
Labels
UI-Platform Owned by Platform Team

Comments

@chris-griffin
Copy link
Contributor

chris-griffin commented Oct 27, 2023

While all of our internal projects utilize node 18 currently, we will migrate to node 20 in 2024. As a result, we should ensure that this project supports node 20 which will become the new node LTS.

See https://endoflife.date/nodejs for timelines of each node release

Acceptance Criteria

  • Drops support for node 16 via major release
  • Drops support for node 17 via major release
  • Adds support for node 20
@chris-griffin chris-griffin added Platform fixes ticket visibility in project planning MAJOR / v4 Major version 4 roadmap items labels Oct 27, 2023
@akdetrick akdetrick added the UI-Platform Owned by Platform Team label Jan 16, 2024
@kpburkett kpburkett removed the Platform fixes ticket visibility in project planning label Apr 5, 2024
@akdetrick akdetrick removed the MAJOR / v4 Major version 4 roadmap items label May 21, 2024
@wrbrand
Copy link
Collaborator

wrbrand commented May 21, 2024

Checking off the first two to-dos here as to-done:

"engines": {
"node": ">=18"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI-Platform Owned by Platform Team
Projects
None yet
Development

No branches or pull requests

4 participants