Skip to content

Commit

Permalink
build: set targets to node 18 in babel.config.js (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 15, 2024
1 parent b4f5ec0 commit 7ee03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -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",
},
},
],
Expand Down

0 comments on commit 7ee03c9

Please sign in to comment.