fix(node): update node.js schedule (#14787)

This commit is contained in:
HonkingGoose 2022-03-24 12:11:56 +01:00 committed by GitHub
parent 786fd6ac94
commit 1a6feac0ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,5 +101,17 @@
"maintenance": "2023-10-18", "maintenance": "2023-10-18",
"end": "2025-04-30", "end": "2025-04-30",
"codename": "" "codename": ""
},
"v19": {
"start": "2022-10-18",
"maintenance": "2023-04-01",
"end": "2023-06-01"
},
"v20": {
"start": "2023-04-18",
"lts": "2023-10-24",
"maintenance": "2024-10-22",
"end": "2026-04-30",
"codename": ""
} }
} }