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

Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2022-11-22 08:51:18 +01:00 committed by Robert Kaussow
parent 1b985bbb1c
commit f8e9bc852b

View File

@ -11,7 +11,7 @@ ARG BUILD_VERSION
ARG YQ_VERSION ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli # 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 # renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.30.4}" ENV YQ_VERSION="${YQ_VERSION:-v4.30.4}"