Skip to content

Commit

Permalink
Switch from node 10 to 12 at Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Feb 15, 2021
1 parent 5be7b07 commit c2245e1
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,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 10
- 14
- 12
after_success:
- npm run coverage
Expand All @@ -15,6 +15,6 @@ env:
- DOCS_DIR: ../yeoman-generator-doc
- GH_OWNER: yeoman
- GH_PROJECT_NAME: generator
- DEPLOY_ON_NODE_VERSION: 12
- DEPLOY_ON_NODE_VERSION: 14
- secure: >-
Hv7gACQoYGtesz1NTJYRHjGCimEJEjj4bQP2iTpDUUbfAiYe/4QPemoyDEFjRxbu5m2uoYwMk0AQrW7DnQhNAhl7u24jYnRgQyd/2GOx3xZgjwnao27gsrTHss4IyXEaS2h3kRuIVSD+xibz/lwZm+erHOQ9VOwvCQkOKnILXW8=

0 comments on commit c2245e1

Please sign in to comment.