Update babel and specify exact node version target (#2536)

This commit is contained in:
absidue
2022-09-05 09:29:53 +08:00
committed by GitHub
parent e6a134ab46
commit 1e58be273e
3 changed files with 644 additions and 485 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
{
"targets": {
"chrome": "104",
"node": 16
"node": "16.15.0"
}
}
]