Skip to content

Commit 1cbc7f4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/nodejs16.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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-
- chomd +x "$NVM_DIR/nvm.sh"
14+
- chmod +x "$NVM_DIR/nvm.sh"
1515
- \. "$NVM_DIR/nvm.sh"
1616
- command -v nvm
1717
- nvm install 16

0 commit comments

Comments
 (0)