chore(deps): update dependency @lhci/cli to v0.10.0
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovator Bot 2022-11-15 02:02:56 +00:00
parent eadb7dd05c
commit a50a93f1de

View File

@ -11,7 +11,7 @@ ARG BUILD_VERSION
ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli
ENV LHCI_VERSION="${BUILD_VERSION:-0.9.0}"
ENV LHCI_VERSION="${BUILD_VERSION:-0.10.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.25.2}"