-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
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
Line 55 in abeea26
"node": ">= 18.13" |
node-version: "19.x" |
sdk-typescript/.github/workflows/test.yml
Line 16 in abeea26
node-version: [19.x] |
slinkydeveloper
Metadata
Metadata
Assignees
Labels
No labels