Skip to content

Commit fafe04b

Browse files
committed
test
1 parent aa164d5 commit fafe04b

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
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
firefox \
1313
&& rm -rf /var/lib/apt/lists/*
1414

15-
RUN npm install -g npm \
15+
RUN npm install -g npm@6 \
1616
&& /bin/bash -c 'hash -d npm'
1717
RUN npm install -g gulp
1818

0 commit comments

Comments
 (0)