File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
jenkins-agents/jenkins-agent-npm Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG JQ_VERSION=1.6
5
5
ARG OC_VERSION=4.8
6
6
ARG YQ_VERSION=4.6.3
7
7
8
- ENV NODEJS_VERSION=12 \
8
+ ENV NODEJS_VERSION=16 \
9
9
NPM_CONFIG_PREFIX=$HOME/.npm-global \
10
10
PATH=$HOME/node_modules/.bin/:$HOME/.npm-global/bin/:$PATH
11
11
@@ -19,7 +19,6 @@ RUN INSTALL_PKGS="nodejs" && \
19
19
rm -rf /var/cache/yum && \
20
20
npm install --unsafe-perm -g npm-audit-html npm-audit-ci-wrapper sonar-scanner || cat /home/jenkins/.npm/_logs/*-debug.log && \
21
21
chown root:root /home/jenkins -R && \
22
- chmod 775 /home/jenkins/.config -R && \
23
22
chmod 775 /home/jenkins/.npm -R && \
24
23
curl -Lo /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 && \
25
24
chmod +x /usr/local/bin/jq && \
You can’t perform that action at this time.
0 commit comments