From b8ca48cc3bc1a8041a3dc9acf1e5ce455b01bcee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 28 Jul 2022 11:07:24 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A7=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/charts-lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 3fd60a31..1df07e32 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -68,7 +68,9 @@ jobs: - name: Check chart version update shell: bash run: | - npx zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}" + npm i -g zx + npm link zx + zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}" - name: Set up chart-testing uses: helm/chart-testing-action@v2.2.1