Skip to content

Commit

Permalink
Update node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Jun 24, 2022
1 parent df8a4bb commit f8eb81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

language: node_js
node_js:
- 10
- 16
cache:
directories:
- node_modules
script:
- npm run test
after_success:
- npm run coverage
- npm run coverage

0 comments on commit f8eb81a

Please sign in to comment.