Auto merge of #88006 - GuillaumeGomez:update-browser-ui-test-dep, r=notriddle

Update browser-ui-test package version

r? `@notriddle`
This commit is contained in:
bors 2021-08-14 04:09:22 +00:00
commit c6094fc7b9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
# https://github.com/puppeteer/puppeteer/issues/375
#
# We also specify the version in case we need to update it to go around cache limitations.
RUN npm install -g browser-ui-test@0.4.2 --unsafe-perm=true
RUN npm install -g browser-ui-test@0.4.3 --unsafe-perm=true
ENV RUST_CONFIGURE_ARGS \
--build=x86_64-unknown-linux-gnu \