From 6db9ff40376c80ba31618cb3daa900bf99f8080d Mon Sep 17 00:00:00 2001 From: Maledong Date: Sun, 10 Nov 2019 14:11:31 +0800 Subject: [PATCH] update schedule.json 1. According to our plan in https://nodejs.org/en/about/releases/, we've now published the 13th version of Nodejs, add this to the schedule for the maintance. 2. Add the missing coding name for v12. --- source/schedule.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/schedule.json b/source/schedule.json index 3eda10b8889eb..e35b61e3aa257 100644 --- a/source/schedule.json +++ b/source/schedule.json @@ -60,6 +60,11 @@ "lts": "2019-10-22", "maintenance": "2021-04-01", "end": "2022-04-01", - "codename": "" + "codename": "Erbium" + }, + "v13": { + "start": "2019-10-22", + "maintenance": "2020-04-01", + "end": "2020-06-01" } }