Skip to content

Commit 6c9af51

Browse files
committed
chore: bump babel/preset-env target version
Was still targeting an ancient node version.
1 parent 092e360 commit 6c9af51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function (api) {
3434
'@babel/preset-env',
3535
{
3636
targets: {
37-
node: '10.13.0',
37+
node: '16.20.1',
3838
},
3939
},
4040
],

build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const babelOptions = {
4040
'@babel/preset-env',
4141
{
4242
targets: {
43-
node: '10.13.0',
43+
node: '16.20.1',
4444
},
4545
},
4646
],

0 commit comments

Comments
 (0)