Remove Node 10 support (EOL) (#7314)

* removed node 10 support (EOL)

* added changelog entry

* updated CI check

* updated babel env preset to node 12
This commit is contained in:
Manuel
2021-04-03 01:13:09 +02:00
committed by GitHub
parent 4d167026ae
commit 70e1347623
5 changed files with 5 additions and 11 deletions

View File

@@ -59,8 +59,7 @@ async function checkNodeVersions() {
releasedVersions,
latestComponent: CiVersionCheck.versionComponents.minor,
ignoreReleasedVersions: [
'<10.0.0', // These versions have reached their end-of-life support date
'>=11.0.0 <12.0.0', // These versions have reached their end-of-life support date
'<12.0.0', // These versions have reached their end-of-life support date
'>=13.0.0 <14.0.0', // These versions have reached their end-of-life support date
'>=16.0.0', // This version has not been officially released yet
],