Skip to content

Commit

Permalink
Fix: set babel target node version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 28, 2021
1 parent 2f39edb commit f736568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "current"
"node": "10"
}
}
]
Expand All @@ -22,7 +22,7 @@
"root": ["./src"],
"alias": {
"tests": "./tests",
"package": "./package.json",
"package": "./package.json"
}
}
],
Expand Down

0 comments on commit f736568

Please sign in to comment.