Skip to content

Commit

Permalink
fix(travis): update node schedule (#7506)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Oct 20, 2020
1 parent b1d474e commit 87f73dc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions data/node-js-schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"v12": {
"start": "2019-04-23",
"lts": "2019-10-21",
"maintenance": "2020-10-20",
"maintenance": "2020-11-30",
"end": "2022-04-30",
"codename": "Erbium"
},
Expand All @@ -69,14 +69,21 @@
},
"v14": {
"start": "2020-04-21",
"lts": "2020-10-20",
"lts": "2020-10-27",
"maintenance": "2021-10-19",
"end": "2023-04-30",
"codename": ""
},
"v15": {
"start": "2020-10-21",
"start": "2020-10-20",
"maintenance": "2021-04-01",
"end": "2021-06-01"
},
"v16": {
"start": "2021-04-20",
"lts": "2021-10-26",
"maintenance": "2022-10-18",
"end": "2024-04-30",
"codename": ""
}
}

0 comments on commit 87f73dc

Please sign in to comment.