Navigation Menu

Skip to content

Commit

Permalink
chore: update node target version for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed May 20, 2020
1 parent 9547d46 commit 5511db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babel.node.js
Expand Up @@ -4,7 +4,7 @@ const babel = {
"@babel/preset-env",
{
targets: {
node: "8.10"
node: "10.14.0"
}
}
],
Expand Down

0 comments on commit 5511db5

Please sign in to comment.