brew node
This commit is contained in:
parent
25733e765f
commit
2dd63bc6e7
|
@ -10,6 +10,8 @@ machine:
|
|||
dependencies:
|
||||
pre:
|
||||
# Install YARN
|
||||
- brew install node
|
||||
- node -v
|
||||
- echo $KEYSTORE_BASE64 | base64 --decode | tee -a "android/$KEYSTORE"
|
||||
- |
|
||||
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
|
||||
|
|
Loading…
Reference in New Issue