Skip to content

Commit

Permalink
Remove support for node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Oct 27, 2019
1 parent cd70978 commit ec32419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/transform/transform-testrunner/babel.config.js
Expand Up @@ -11,7 +11,7 @@ module.exports = {
[
'@babel/preset-env',
{
targets: {node: 6},
targets: {node: 8},
},
],
],
Expand Down

0 comments on commit ec32419

Please sign in to comment.