chore(deps): update dependency @lhci/cli to v0.11.0 (#232)
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 2023-02-24 22:28:33 +01:00 committed by Robert Kaussow
parent 7cd98705b5
commit 6f1b43d264
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.10.0}"
ENV LHCI_VERSION="${BUILD_VERSION:-0.11.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.30.8}"