Skip to content

Commit 735b01a

Browse files
sami-ftsami-ft
authored andcommitted
ADSDEV-1243: Target newer version of node with babel as we support it from 14
1 parent 4df8de2 commit 735b01a

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
@@ -4,7 +4,7 @@ module.exports = {
44
"@babel/preset-env",
55
{
66
targets: {
7-
node: 8,
7+
node: 14,
88
},
99
},
1010
],

0 commit comments

Comments
 (0)