Skip to content

Commit

Permalink
chore: stop supporting Node.js 6 and 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Node.js 6 and 8 are no longer supported.
  • Loading branch information
targos committed Nov 6, 2019
1 parent 138cb0e commit 1156f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 13
- 12
- 10
- 8
- 6

0 comments on commit 1156f52

Please sign in to comment.