Skip to content

Commit

Permalink
fix(travis): update version of node to 12
Browse files Browse the repository at this point in the history
This change should address the issue with semantic release.
  • Loading branch information
chriswmackey authored and Chris Mackey committed Oct 27, 2019
1 parent 1af4c65 commit 7dfbfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- stage: deploy
if: branch = master AND (NOT type IN (pull_request))
before_install:
- npm i -g npm@6.6.0
- nvm install lts/* --latest-npm
python:
- "3.6"
install:
Expand Down

0 comments on commit 7dfbfbd

Please sign in to comment.