Skip to content

Commit 11708c7

Browse files
authored
chore: consistent required node version (#858)
1 parent 776a0d6 commit 11708c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

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

0 commit comments

Comments
 (0)