From 6bb01180c86066f9fca9f568f8e5c86088d744de Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 24 Oct 2024 00:43:57 +0000 Subject: [PATCH] doc: update start date for Node.js 23 Update the start date for Node.js 23 to the actual release date of 23.0.0. Refs: https://github.com/nodejs/node/pull/55338 --- schedule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.json b/schedule.json index e2e1b48..59cd1de 100644 --- a/schedule.json +++ b/schedule.json @@ -127,7 +127,7 @@ "codename": "" }, "v23": { - "start": "2024-10-15", + "start": "2024-10-16", "maintenance": "2025-04-01", "end": "2025-06-01" },