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

Commit

Permalink
ci(node): upgrade to latest node for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed Mar 17, 2020
1 parent 304af82 commit 2f87705
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 @@ -27,7 +27,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
- npm install @semantic-release/exec
script:
- git config --global user.email "[email protected]"
Expand Down

0 comments on commit 2f87705

Please sign in to comment.