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:
@@ -5,7 +5,7 @@
|
||||
"presets": [
|
||||
["env", {
|
||||
"targets": {
|
||||
"node": "8"
|
||||
"node": "14"
|
||||
}
|
||||
}]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user