Skip to content

Commit

Permalink
ci(travis): drop Node 8 and add Node 14 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Apr 24, 2020
1 parent 5b14fd2 commit 31f74a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,10 +8,10 @@ cache:
npm: true

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

script:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
Expand Down

0 comments on commit 31f74a5

Please sign in to comment.