diff --git a/babel.config.json b/babel.config.json index 1eae7b6f..0423109b 100644 --- a/babel.config.json +++ b/babel.config.json @@ -3,7 +3,7 @@ ["@babel/preset-env", { "loose": true, "targets": { - "node": "6.9" + "node": "14.15.0" } }] ],