Skip to content

Commit 56f13de

Browse files
committed
Keep npm version as 7
1 parent 31b8000 commit 56f13de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
firefox \
1515
&& rm -rf /var/lib/apt/lists/*
1616

17-
RUN npm install -g npm \
17+
RUN npm install -g npm@7 \
1818
&& /bin/bash -c 'hash -d npm'
1919
RUN npm install -g gulp
2020

0 commit comments

Comments
 (0)