chore(deps): update dependency @lhci/cli to v0.9.0 (#116)
continuous-integration/drone/tag Build was killed Details
continuous-integration/drone/push Build is passing Details

Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2022-02-05 12:24:57 +01:00 committed by Robert Kaussow
parent 4b1defc457
commit 5758803946
1 changed files with 1 additions and 1 deletions

View File

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