We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa164d5 commit fafe04bCopy full SHA for fafe04b
testkit/Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && \
12
firefox \
13
&& rm -rf /var/lib/apt/lists/*
14
15
-RUN npm install -g npm \
+RUN npm install -g npm@6 \
16
&& /bin/bash -c 'hash -d npm'
17
RUN npm install -g gulp
18
0 commit comments