Skip to content

Commit

Permalink
🔧 Babel to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Jan 14, 2020
1 parent 2b5aabf commit 403c384
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 @@ -2,7 +2,7 @@
"presets": [
["@babel/preset-env", {
"targets": {
"node": "8.10"
"node": "12"
}
}]
]
Expand Down

0 comments on commit 403c384

Please sign in to comment.