Skip to content

Commit

Permalink
ci(travis): add Node 14 and drop Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Apr 23, 2020
1 parent 89e6d4c commit 20a1ece
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 @@ -4,10 +4,10 @@ cache:
npm: true

node_js:
- "8"
- "10"
- "12"
- "13"
- "14"

script:
- npm run eslint
Expand Down

0 comments on commit 20a1ece

Please sign in to comment.