0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-14 00:21:49 +00:00
renovatebot_renovate/data/lambda-node-js-schedule.json
Gareth Parker 224fa799cc
feat(versioning): Add a NodeJS Lambda Versioning module (#32480)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2025-05-06 21:51:26 +00:00

30 lines
493 B
JSON

{
"10": {
"cycle": "nodejs10.x",
"support": "2021-07-30"
},
"12": {
"cycle": "nodejs12.x",
"support": "2023-03-31"
},
"14": {
"cycle": "nodejs14.x",
"support": "2023-12-04"
},
"16": {
"cycle": "nodejs16.x",
"support": "2024-06-12"
},
"18": {
"cycle": "nodejs18.x",
"support": "2025-09-01"
},
"20": {
"cycle": "nodejs20.x",
"support": "2026-04-30"
},
"22": {
"cycle": "nodejs22.x",
"support": "2027-04-30"
}
}