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

@@ -6,7 +6,7 @@
"presets": [
["@babel/preset-env", {
"targets": {
"node": "8"
"node": "12"
}
}]
],