Skip to content

Commit ae71c53

Browse files
committed
fix(ios): Possible fix for the NVM node version not carrying over between steps (#51)
1 parent a9ca7c9 commit ae71c53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/setup_macos_executor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ steps:
2828
command: |
2929
set +e
3030
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.3/install.sh | bash
31+
echo 'export NVM_DIR=$HOME/.nvm' >> $BASH_ENV
32+
echo 'source $NVM_DIR/nvm.sh' >> $BASH_ENV
3133
source ~/.bashrc
3234
command -v nvm
3335
nvm install <<parameters.node_version>>

0 commit comments

Comments
 (0)