Skip to content
Snippets Groups Projects
Commit 44280e09 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

build: update installed npm version

parent 01e02ff2
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,12 @@ ENV PATH="/home/ubuntu/.local/bin:$PATH"
RUN pip install --user pipenv
# npm
ENV NPM_VERSION=6.9.0
RUN npm install -g npm@$NPM_VERSION
# Yarn
ENV YARN_VERSION=1.15.2
......
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