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

Commit

Permalink
[node] Update brew package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh authored and 1ec5 committed Dec 5, 2016
1 parent 385fbe6 commit c8e34d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platform/node/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ workflows:
- content: |-
#!/bin/bash
set -eu -o pipefail
brew update
brew install cmake
brew unlink node
brew install awscli homebrew/versions/node4-lts
brew link homebrew/versions/node4-lts
brew install awscli node@4
brew link node@4
gem install xcpretty --no-rdoc --no-ri
make node
- script:
Expand Down

0 comments on commit c8e34d5

Please sign in to comment.