fix: Remove Node 12 and Node 17 support (#8279)

BREAKING CHANGE: This release removes Node 12 and Node 17 support
This commit is contained in:
dblythy
2022-11-11 02:15:55 +11:00
committed by GitHub
parent 7cb266b207
commit 2546cc8572
5 changed files with 8 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
"presets": [
["env", {
"targets": {
"node": "8"
"node": "14"
}
}]
],