Skip to content

Commit 2562cb2

Browse files
authored
doc: transition Node.js 20 to LTS (Iron) (#941)
Node.js 20 has now transitioned to Long Term Support with codename 'Iron'. Refs: nodejs/node#50298
1 parent c79b22b commit 2562cb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Release | Status | Codename |Initial Release | Active LTS Start | Maintenance Start | End-of-life |
66
| :--: | :---: | :---: | :---: | :---: | :---: | :---: |
77
| [18.x][] | **LTS** | [Hydrogen][] | 2022-04-19 | 2022-10-25 | 2023-10-18 | 2025-04-30 |
8-
| [20.x][] | **Current** | | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
8+
| [20.x][] | **LTS** | [Iron][] | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
99
| [21.x][] | **Current** | | 2023-10-17 | - | 2024-04-01 | 2024-06-01 |
1010
| 22.x | **Pending** | | 2024-04-23 | 2024-10-29 | 2025-10-21 | 2027-04-30 |
1111
| 23.x | **Pending** | | 2024-10-15 | - | 2025-04-01 | 2025-06-01 |
@@ -154,6 +154,7 @@ the discretion of the Release working group.
154154
[Fermium]: https://nodejs.org/download/release/latest-fermium/
155155
[Gallium]: https://nodejs.org/download/release/latest-gallium/
156156
[Hydrogen]: https://nodejs.org/download/release/latest-hydrogen/
157+
[Iron]: https://nodejs.org/download/release/latest-iron/
157158
[JSON]: schedule.json
158159
[nodejs16eol]: https://nodejs.org/en/blog/announcements/nodejs16-eol/
159160
[4.x]: https://nodejs.org/download/release/latest-v4.x/

schedule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"lts": "2023-10-24",
113113
"maintenance": "2024-10-22",
114114
"end": "2026-04-30",
115-
"codename": ""
115+
"codename": "Iron"
116116
},
117117
"v21": {
118118
"start": "2023-10-17",

0 commit comments

Comments
 (0)