Skip to content

Commit

Permalink
feat: drop Node v8
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
* Drops Node.js v8 support
  • Loading branch information
gajus committed Jul 13, 2019
1 parent f03df66 commit 27dff19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/env",
{
"targets": {
"node": "8"
"node": "10"
}
}
]
Expand Down

0 comments on commit 27dff19

Please sign in to comment.