diff --git a/babel.config.js b/babel.config.js index a13a0e34..9467a19d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -10,7 +10,7 @@ module.exports = (api) => { "@babel/preset-env", { targets: { - node: "10.13.0", + node: "12.13.0", }, }, ],