Skip to content

Commit 9cca2ba

Browse files
chore: fix babel version
1 parent a0da5d0 commit 9cca2ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (api) => {
1010
"@babel/preset-env",
1111
{
1212
targets: {
13-
node: "14.15.0",
13+
node: "20.9.0",
1414
},
1515
},
1616
],

0 commit comments

Comments
 (0)