Skip to content

Commit b57b81c

Browse files
committed
build: bump babel node version
1 parent 28cf53e commit b57b81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = (api) => {
1818

1919
return {
2020
presets: [
21-
['@babel/preset-env', { targets: { node: 12 } }],
21+
['@babel/preset-env', { targets: { node: '20.9' } }],
2222
['@babel/preset-react', { runtime: 'automatic' }],
2323
['@babel/preset-typescript', { isTSX: true, allExtensions: true }],
2424
],

0 commit comments

Comments
 (0)