Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
chore: πŸ€– upgrade travis node versions (streamich#212)
Browse files Browse the repository at this point in the history
Add node 12 and 14 because 12 is the current actively maintained version
of node and 14 is the next one

βœ… Closes: streamich#209
  • Loading branch information
rodrigograca31 authored Nov 11, 2020
1 parent 838d47b commit 6d75c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ script:
- yarn test
node_js:
- '10'
- '12'
- '14'
after_success:
- yarn release
- npx ci-scripts slack
Expand Down

0 comments on commit 6d75c48

Please sign in to comment.