Skip to content

Commit

Permalink
fix: Unlink node version to be able to update it
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-castro committed Jan 31, 2020
1 parent 48da312 commit 05452a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/setup_macos_executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ steps:
command: |
HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/cask >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew unlink node >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew install node@<<parameters.node_version>> >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew link --overwrite node@<<parameters.node_version>> --force >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils >/dev/null
HOMEBREW_NO_AUTO_UPDATE=1 brew cask install android-sdk >/dev/null
touch .watchmanconfig
Expand Down

0 comments on commit 05452a0

Please sign in to comment.