We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d992fa9 commit 8285b86Copy full SHA for 8285b86
codebuild/nodejs16.yml
@@ -7,7 +7,7 @@ env:
7
phases:
8
install:
9
commands:
10
- - apt remove nodejs npm
+ - apt remove nodejs
11
- TO_REMOVE=$(which npm)
12
- rm $TO_REMOVE
13
- TO_REMOVE=$(which node)
0 commit comments