From e31bc3254b4d3ef766ce0be87a6313bcca77d881 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 24 Oct 2024 01:26:31 +0100 Subject: [PATCH] doc: mark Node.js 22 as LTS --- README.md | 3 ++- schedule.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6248b8..3ba1008 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | :--: | :---: | :---: | :---: | :---: | :---: | :---: | | [18.x][] | **Maintenance** | [Hydrogen][] | 2022-04-19 | 2022-10-25 | 2023-10-18 | 2025-04-30 | | [20.x][] | **LTS** | [Iron][] | 2023-04-18 | 2023-10-24 | 2024-10-22 | 2026-04-30 | -| [22.x][] | **Current** | | 2024-04-24 | 2024-10-29 | 2025-10-21 | 2027-04-30 | +| [22.x][] | **LTS** | [Jod][] | 2024-04-24 | 2024-10-29 | 2025-10-21 | 2027-04-30 | | 23.x | **Current** | | 2024-10-15 | - | 2025-04-01 | 2025-06-01 | | 24.x | **Pending** | | 2025-04-22 | 2025-10-28 | 2026-10-20 | 2028-04-30 | @@ -155,6 +155,7 @@ the discretion of the Release working group. [Gallium]: https://nodejs.org/download/release/latest-gallium/ [Hydrogen]: https://nodejs.org/download/release/latest-hydrogen/ [Iron]: https://nodejs.org/download/release/latest-iron/ +[Jod]: https://nodejs.org/download/release/latest-jod/ [JSON]: schedule.json [nodejs16eol]: https://nodejs.org/en/blog/announcements/nodejs16-eol/ [4.x]: https://nodejs.org/download/release/latest-v4.x/ diff --git a/schedule.json b/schedule.json index e2e1b48..2fa2c1e 100644 --- a/schedule.json +++ b/schedule.json @@ -124,7 +124,7 @@ "lts": "2024-10-29", "maintenance": "2025-10-21", "end": "2027-04-30", - "codename": "" + "codename": "Jod" }, "v23": { "start": "2024-10-15",