Skip to content

Commit

Permalink
update node.js versions for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
7rulnik committed May 30, 2021
1 parent 0d24bba commit c1fae52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ sudo: false
language: node_js
node_js:
- 'node'
- '10'
- 'lts/*'
- '12'
- '14'
- '16'


script:
- 'npm run lint'
Expand Down

0 comments on commit c1fae52

Please sign in to comment.