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 43fb69d commit e4be34eCopy full SHA for e4be34e
codebuild/nodejs16.yml
@@ -11,7 +11,7 @@ phases:
11
- NVM_DIR=$CODEBUILD_SRC_DIR/.nvm
12
- mkdir $NVM_DIR
13
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
14
- - [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
+ - source "$NVM_DIR/nvm.sh"
15
- command -v nvm
16
- nvm install 16
17
- nvm alias default 16
0 commit comments