Skip to content

Upgrade to NodeJS 22 runtimes #526

@joebowbeer

Description

@joebowbeer

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions