Skip to content

Commit

Permalink
chore(ci): node 10/12/14
Browse files Browse the repository at this point in the history
remove legacy node 8/9 support
  • Loading branch information
urish committed Jun 12, 2020
1 parent 989bd99 commit 03fe64a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
sudo: false
node_js:
- "8"
- "9"
- "10"
- "12"
- "14"
env:
- TZ=utc
- TZ=Etc/GMT-14
Expand Down

0 comments on commit 03fe64a

Please sign in to comment.