Skip to content

Commit b1d5237

Browse files
committed
ci(node16): manually install node16 and test
1 parent 7652a2d commit b1d5237

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
@@ -8,7 +8,7 @@ phases:
88
install:
99
commands:
1010
- apt remove nodejs
11-
- curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
11+
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
1212
- apt install -y nodejs
1313
- node -v
1414
- npm -v

0 commit comments

Comments
 (0)