Skip to content

Commit

Permalink
fix: bump build to node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: no longer supporting node 8, update to node 10
  • Loading branch information
Ben Monro committed Jan 13, 2020
1 parent e9010c4 commit e0661f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
- ~/.npm
notifications:
email: false
node_js: "8"
node_js: "10"
install: npm install
script:
- npm run test
Expand Down

0 comments on commit e0661f2

Please sign in to comment.