Skip to content

Commit

Permalink
build: add node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Jul 12, 2020
1 parent b348ea3 commit 4c2dbf4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "10"
- "12"
- "13"
- '10'
- '12'
- '13'
- '14'

0 comments on commit 4c2dbf4

Please sign in to comment.