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