Skip to content

Commit 08143be

Browse files
authored
doc: mark Node.js 24 as LTS (#1123)
Transition Node.js 24 to Active Long Term Support (LTS). Also update status of all in support release lines. Refs: nodejs/node#60414 Refs: nodejs/nodejs-latest-linker#20
1 parent 5fbf89d commit 08143be

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

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

1112
Dates are subject to change.
1213

@@ -156,6 +157,7 @@ the discretion of the Release working group.
156157
[Hydrogen]: https://nodejs.org/download/release/latest-hydrogen/
157158
[Iron]: https://nodejs.org/download/release/latest-iron/
158159
[Jod]: https://nodejs.org/download/release/latest-jod/
160+
[Krypton]: https://nodejs.org/download/release/latest-krypton/
159161
[JSON]: schedule.json
160162
[nodejs16eol]: https://nodejs.org/en/blog/announcements/nodejs16-eol/
161163
[4.x]: https://nodejs.org/download/release/latest-v4.x/
@@ -179,6 +181,7 @@ the discretion of the Release working group.
179181
[22.x]: https://nodejs.org/download/release/latest-v22.x/
180182
[23.x]: https://nodejs.org/download/release/latest-v23.x/
181183
[24.x]: https://nodejs.org/download/release/latest-v24.x/
184+
[25.x]: https://nodejs.org/download/release/latest-v25.x/
182185

183186
The working group members are the union of the Releasers, Backporters
184187
and CITGM team members listed below.

schedule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"lts": "2025-10-28",
137137
"maintenance": "2026-10-20",
138138
"end": "2028-04-30",
139-
"codename": ""
139+
"codename": "Krypton"
140140
},
141141
"v25": {
142142
"start": "2025-10-15",

0 commit comments

Comments
 (0)