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