We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ca7c9 commit ae71c53Copy full SHA for ae71c53
src/commands/setup_macos_executor.yml
@@ -28,6 +28,8 @@ steps:
28
command: |
29
set +e
30
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
33
source ~/.bashrc
34
command -v nvm
35
nvm install <<parameters.node_version>>
0 commit comments