Skip to content
Snippets Groups Projects
Commit 2609aa1b authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Update nodejs and npm

parent 5536a5ee
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,19 @@ RUN \
ca-certificates \
curl \
git \
nodejs \
nodejs-current \
npm \
openjdk8 && \
echo "node version is: " && \
node -v && \
echo "npm version is: " && \
npm -v && \
echo "updating npm..." && \
npm update -g && \
echo "node version is: " && \
node -v && \
echo "npm version is: " && \
npm -v && \
echo "**** Installing GitLab Semantic Release ****" && \
npm install -g \
conventional-changelog-conventionalcommits \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment