Skip to content

Commit

Permalink
test: correct node versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Apr 23, 2021
1 parent 2bbb908 commit 9792ff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- "node"
- "lts/*"
- "8.x"
- "10.x"
- "12.x"
- "14.x"
- "8"
- "10"
- "12"
- "14"

0 comments on commit 9792ff5

Please sign in to comment.