remove node version
This commit is contained in:
parent
1e2c9afd6f
commit
25733e765f
|
@ -10,7 +10,6 @@ machine:
|
|||
dependencies:
|
||||
pre:
|
||||
# Install YARN
|
||||
- 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