Skip to content

Commit

Permalink
ci: target to Node.js 12 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Apr 20, 2022
1 parent 38ffb8e commit f1b318b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'
- '14'
- '16'
- 'node'
after_success:
- npm run coveralls

0 comments on commit f1b318b

Please sign in to comment.