Skip to content

Commit 048edbf

Browse files
committed
schedule: adjust Node.js 16 End-of-Life
Update schedule, README table and chart to reflect the change to Node.js 16's End-of-Life date to September 11, 2023. Move Node.js 17 to End-of-Life table. Refs: nodejs/TSC#1222 Refs: nodejs/nodejs.org#4629
1 parent 69a3c71 commit 048edbf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
| Release | Status | Codename |Initial Release | Active LTS Start | Maintenance Start | End-of-life |
66
| :--: | :---: | :---: | :---: | :---: | :---: | :---: |
77
| [14.x][] | **Maintenance** | [Fermium][] | 2020-04-21 | 2020-10-27 | 2021-10-19 | 2023-04-30 |
8-
| [16.x][] | **Active LTS** | [Gallium][] | 2021-04-20 | 2021-10-26 | 2022-10-18 | 2024-04-30 |
9-
| [17.x][] | **Maintenance** | | 2021-10-19 | - | 2022-04-01 | 2022-06-01 |
8+
| [16.x][] | **Active LTS** | [Gallium][] | 2021-04-20 | 2021-10-26 | 2022-10-18 | [2023-09-11][nodejs16eol] |
109
| [18.x][] | **Current** | | 2022-04-19 | 2022-10-25 | 2023-10-18 | 2025-04-30 |
1110
| 19.x | **Pending** | | 2022-10-18 | - | 2023-04-01 | 2023-06-01 |
1211
| 20.x | **Pending** | | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 |
@@ -57,6 +56,7 @@ that are not End-of-Life.
5756
| [12.x][] | **End-of-Life** | [Erbium][]| 2019-04-23 | 2019-10-21 | 2020-11-30 | 2022-04-30 |
5857
| [13.x][] | **End-of-Life** | | 2019-10-22 | - | | 2020-06-01 |
5958
| [15.x][] | **End-of-Life** | | 2020-10-20 | - | | 2021-06-01 |
59+
| [17.x][] | **End-of-Life** | | 2021-10-19 | - | | 2022-06-01 |
6060

6161
## Mandate
6262

@@ -149,6 +149,8 @@ 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+
[JSON]: schedule.json
153+
[nodejs16eol]: https://nodejs.org/en/blog/announcements/nodejs16-eol/
152154
[4.x]: https://nodejs.org/download/release/latest-v4.x/
153155
[5.x]: https://nodejs.org/download/release/latest-v5.x/
154156
[6.x]: https://nodejs.org/download/release/latest-v6.x/
@@ -164,7 +166,6 @@ the discretion of the Release working group.
164166
[16.x]: https://nodejs.org/download/release/latest-v16.x/
165167
[17.x]: https://nodejs.org/download/release/latest-v17.x/
166168
[18.x]: https://nodejs.org/download/release/latest-v18.x/
167-
[JSON]: schedule.json
168169

169170
The working group members are the union of the LTS, Releasers
170171
and CITGM team members listed below.

schedule.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"start": "2021-04-20",
8888
"lts": "2021-10-26",
8989
"maintenance": "2022-10-18",
90-
"end": "2024-04-30",
90+
"end": "2023-09-11",
9191
"codename": "Gallium"
9292
},
9393
"v17": {

schedule.svg

+1-1
Loading

0 commit comments

Comments
 (0)