Skip to content

Commit 8285b86

Browse files
committed
ci(node16): manually install node16 and test
1 parent d992fa9 commit 8285b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/nodejs16.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
phases:
88
install:
99
commands:
10-
- apt remove nodejs npm
10+
- apt remove nodejs
1111
- TO_REMOVE=$(which npm)
1212
- rm $TO_REMOVE
1313
- TO_REMOVE=$(which node)

0 commit comments

Comments
 (0)