Skip to content

Commit

Permalink
Merge pull request #9 from roni-castro/fix/node-version-macos
Browse files Browse the repository at this point in the history
Unlink node version to be able to update it
  • Loading branch information
roni-castro authored Jan 31, 2020
2 parents f3a7d0b + 05452a0 commit b92c011
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 b92c011

Please sign in to comment.