Skip to content

Commit f33e1a2

Browse files
committed
ci(node16): manually install node16 and test
1 parent e4be34e commit f33e1a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codebuild/nodejs16.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ phases:
1111
- NVM_DIR=$CODEBUILD_SRC_DIR/.nvm
1212
- mkdir $NVM_DIR
1313
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
14-
- source "$NVM_DIR/nvm.sh"
14+
- chomd +x "$NVM_DIR/nvm.sh"
15+
- \. "$NVM_DIR/nvm.sh"
1516
- command -v nvm
1617
- nvm install 16
1718
- nvm alias default 16

0 commit comments

Comments
 (0)