Skip to content

Upgrade to NodeJS 22 runtimes #526

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

Open
joebowbeer opened this issue Apr 12, 2025 · 1 comment
Open

Upgrade to NodeJS 22 runtimes #526

joebowbeer opened this issue Apr 12, 2025 · 1 comment

Comments

@joebowbeer
Copy link

joebowbeer commented Apr 12, 2025

The GitHub workflows in this repo are specifying NodeJS runtime 19.x, which is an unmaintained version.

NodeJS 19.x was a non-LTS (odd) release that was only active for 6 months in 2022/23.

The recommended runtime today is NodeJS 22 (aka Jod), which is the Active LTS version:

  • NodeJS 18 reached EOL on 5/2025
  • NodeJS 19 reached EOL on 6/2023
  • NodeJS 20 is currently in Maintenance mode
  • NodeJS 22 is the Active LTS release until 11/2025

https://nodejs.org/en/about/previous-releases

"node": ">= 18.13"

node-version: "19.x"

node-version: [19.x]

@joebowbeer
Copy link
Author

joebowbeer commented May 11, 2025

NodeJS 18.x is now unmaintained.

Neither NodeJS 18.x nor NodeJS 19.x will receive additional security updates such as the following:

https://nodejs.org/en/blog/vulnerability/may-2025-security-releases

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

No branches or pull requests

1 participant