Skip to content

Commit bee8c81

Browse files
chore: fix babel version
1 parent a0da5d0 commit bee8c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)