We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525ba2e commit f37df2fCopy full SHA for f37df2f
codebuild/nodejs16.yml
@@ -7,13 +7,7 @@ env:
7
phases:
8
install:
9
commands:
10
- - apt remove nodejs
11
- - TO_REMOVE=$(which npm)
12
- - rm $TO_REMOVE
13
- - TO_REMOVE=$(which node)
14
15
- - curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
16
- - apt install -y nodejs
+ - n 16
17
- node -v
18
- npm -v
19
- npm ci --unsafe-perm
codebuild/test_vectors/nodejs16.yml
@@ -8,16 +8,10 @@ env:
20
- - npm ci
+ - npm ci --unsafe-perm
21
- npm run build
22
build:
23
0 commit comments