From 1f4ae6bdfbe4ea77a6a85b42511ce97d517270c1 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 24 Oct 2024 23:47:26 +0100 Subject: [PATCH] doc: update start date for Node.js 23 (#1050) 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" },