Skip to content

Commit 991da08

Browse files
committed
doc: update hydrogen lts status on readme
Given that v18 is turning LTS in v18.12.0 this change updates the initial table located in the README of the repo in order to mark v18 as being an LTS version along with adding its codename reference. Signed-off-by: Ruy Adorno <[email protected]> Refs: nodejs/node#45100
1 parent 0573a2f commit 991da08

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
@@ -6,7 +6,7 @@
66
| :--: | :---: | :---: | :---: | :---: | :---: | :---: |
77
| [14.x][] | **Maintenance** | [Fermium][] | 2020-04-21 | 2020-10-27 | 2021-10-19 | 2023-04-30 |
88
| [16.x][] | **Maintenance** | [Gallium][] | 2021-04-20 | 2021-10-26 | 2022-10-18 | [2023-09-11][nodejs16eol] |
9-
| [18.x][] | **Current** | | 2022-04-19 | 2022-10-25 | 2023-10-18 | 2025-04-30 |
9+
| [18.x][] | **LTS** | [Hydrogen][] | 2022-04-19 | 2022-10-25 | 2023-10-18 | 2025-04-30 |
1010
| [19.x][] | **Current** | | 2022-10-18 | - | 2023-04-01 | 2023-06-01 |
1111
| 20.x | **Pending** | | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
1212

@@ -149,6 +149,7 @@ the discretion of the Release working group.
149149
[Erbium]: https://nodejs.org/download/release/latest-erbium/
150150
[Fermium]: https://nodejs.org/download/release/latest-fermium/
151151
[Gallium]: https://nodejs.org/download/release/latest-gallium/
152+
[Hydrogen]: https://nodejs.org/download/release/latest-hydrogen/
152153
[JSON]: schedule.json
153154
[nodejs16eol]: https://nodejs.org/en/blog/announcements/nodejs16-eol/
154155
[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
@@ -100,7 +100,7 @@
100100
"lts": "2022-10-25",
101101
"maintenance": "2023-10-18",
102102
"end": "2025-04-30",
103-
"codename": ""
103+
"codename": "Hydrogen"
104104
},
105105
"v19": {
106106
"start": "2022-10-18",

0 commit comments

Comments
 (0)