Skip to content

Commit

Permalink
doc: transition Node.js 20 to LTS (Iron)
Browse files Browse the repository at this point in the history
Node.js 20 has now transitioned to Long Term Support with codename
'Iron'.

Refs: nodejs/node#50298
  • Loading branch information
richardlau committed Oct 20, 2023
1 parent c79b22b commit 9ca8e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Release | Status | Codename |Initial Release | Active LTS Start | Maintenance Start | End-of-life |
| :--: | :---: | :---: | :---: | :---: | :---: | :---: |
| [18.x][] | **LTS** | [Hydrogen][] | 2022-04-19 | 2022-10-25 | 2023-10-18 | 2025-04-30 |
| [20.x][] | **Current** | | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
| [20.x][] | **LTS** | [Iron][] | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
| [21.x][] | **Current** | | 2023-10-17 | - | 2024-04-01 | 2024-06-01 |
| 22.x | **Pending** | | 2024-04-23 | 2024-10-29 | 2025-10-21 | 2027-04-30 |
| 23.x | **Pending** | | 2024-10-15 | - | 2025-04-01 | 2025-06-01 |
Expand Down Expand Up @@ -154,6 +154,7 @@ the discretion of the Release working group.
[Fermium]: https://nodejs.org/download/release/latest-fermium/
[Gallium]: https://nodejs.org/download/release/latest-gallium/
[Hydrogen]: https://nodejs.org/download/release/latest-hydrogen/
[Iron]: https://nodejs.org/download/release/latest-iron/
[JSON]: schedule.json
[nodejs16eol]: https://nodejs.org/en/blog/announcements/nodejs16-eol/
[4.x]: https://nodejs.org/download/release/latest-v4.x/
Expand Down
2 changes: 1 addition & 1 deletion schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"lts": "2023-10-24",
"maintenance": "2024-10-22",
"end": "2026-04-30",
"codename": ""
"codename": "Iron"
},
"v21": {
"start": "2023-10-17",
Expand Down

0 comments on commit 9ca8e53

Please sign in to comment.