Skip to content

Commit 6cf7b3a

Browse files
authored
Rollup merge of #93597 - GuillaumeGomez:update-browser-ui-test, r=jsha
Update browser-ui-test version The puppeteer version update is limited because new versions has some "interesting" flaws. r? `@jsha`
2 parents fdf9a3b + 1dbdfc4 commit 6cf7b3a

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-tools

1 file changed

+1
-1
lines changed

Diff for: src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
7272
# https://github.com/puppeteer/puppeteer/issues/375
7373
#
7474
# We also specify the version in case we need to update it to go around cache limitations.
75-
RUN npm install -g browser-ui-test@0.5.8 --unsafe-perm=true
75+
RUN npm install -g browser-ui-test@0.7.0 --unsafe-perm=true
7676

7777
ENV RUST_CONFIGURE_ARGS \
7878
--build=x86_64-unknown-linux-gnu \

0 commit comments

Comments
 (0)