Skip to content

Commit

Permalink
feat: requires node v10+
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require node v10+
  • Loading branch information
gregberge committed Aug 28, 2019
1 parent a484efa commit 15da8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"loose": true,
"targets": {
"node": "8.4"
"node": "10"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ services:
addons:
postgresql: '9.6'
node_js:
- 8
- 9
- 10
- 12

0 comments on commit 15da8f6

Please sign in to comment.