diff --git a/babel.config.js b/babel.config.js index 5c64a327..23ea48b9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -12,7 +12,7 @@ module.exports = (api) => { exclude: process.env.NODE_ENV === "test" ? [] : ["proposal-dynamic-import"], targets: { - node: "14.15.0", + node: "18.12.0", }, }, ],