Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

| Release | Status | Codename |Initial Release | Active LTS Start | Maintenance Start | End-of-life |
| :--: | :---: | :---: | :---: | :---: | :---: | :---: |
| [20.x][] | **Maintenance** | [Iron][] | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
| [22.x][] | **LTS** | [Jod][] | 2024-04-24 | 2024-10-29 | 2025-10-21 | 2027-04-30 |
| [24.x][] | **Current** | | 2025-05-06 | 2025-10-28 | 2026-10-20 | 2028-04-30 |
| [20.x][] | **Maintenance LTS** | [Iron][] | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
| [22.x][] | **Maintenance LTS** | [Jod][] | 2024-04-24 | 2024-10-29 | 2025-10-21 | 2027-04-30 |
| [24.x][] | **Active LTS** | [Krypton][] | 2025-05-06 | 2025-10-28 | 2026-10-20 | 2028-04-30 |
| [25.x][] | **Current** | | 2025-10-15 | - | 2026-04-01 | 2026-06-01 |

Dates are subject to change.

Expand Down Expand Up @@ -156,6 +157,7 @@ the discretion of the Release working group.
[Hydrogen]: https://nodejs.org/download/release/latest-hydrogen/
[Iron]: https://nodejs.org/download/release/latest-iron/
[Jod]: https://nodejs.org/download/release/latest-jod/
[Krypton]: https://nodejs.org/download/release/latest-krypton/
[JSON]: schedule.json
[nodejs16eol]: https://nodejs.org/en/blog/announcements/nodejs16-eol/
[4.x]: https://nodejs.org/download/release/latest-v4.x/
Expand All @@ -179,6 +181,7 @@ the discretion of the Release working group.
[22.x]: https://nodejs.org/download/release/latest-v22.x/
[23.x]: https://nodejs.org/download/release/latest-v23.x/
[24.x]: https://nodejs.org/download/release/latest-v24.x/
[25.x]: https://nodejs.org/download/release/latest-v25.x/

The working group members are the union of the Releasers, Backporters
and CITGM team members listed below.
Expand Down
2 changes: 1 addition & 1 deletion schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"lts": "2025-10-28",
"maintenance": "2026-10-20",
"end": "2028-04-30",
"codename": ""
"codename": "Krypton"
},
"v25": {
"start": "2025-10-15",
Expand Down