diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-12-05 09:06:47 -0800 |
---|---|---|
committer | Jesse Bounds <jesse@rebounds.net> | 2016-12-05 15:09:49 -0800 |
commit | 4a61fcdafbe6e81544120f170c22f58f33aebe04 (patch) | |
tree | 2ae3b9f3f027efae3aa400c24d0a79dc36afed30 /platform | |
parent | 440e06c1123170a9c231b4bf6c6d0160b41e0dc0 (diff) | |
download | qtlocation-mapboxgl-4a61fcdafbe6e81544120f170c22f58f33aebe04.tar.gz |
[node] Update brew package name
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/bitrise.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/node/bitrise.yml b/platform/node/bitrise.yml index af22fe65ea..998e97301b 100644 --- a/platform/node/bitrise.yml +++ b/platform/node/bitrise.yml @@ -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: |