Skip to content

Commit 0aeb35f

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

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
@@ -12,7 +12,7 @@ phases:
1212
- mkdir $NVM_DIR
1313
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
1414
- chmod +x "$NVM_DIR/nvm.sh"
15-
- \. "$NVM_DIR/nvm.sh"
15+
- . "$NVM_DIR/nvm.sh"
1616
- command -v nvm
1717
- nvm install 16
1818
- nvm alias default 16

0 commit comments

Comments
 (0)