diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index 0d8e97f..24bad1b 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -18,7 +18,7 @@ jobs: - name: Install tooling run: | apk update - apk add git + apk add git node - uses: actions/checkout@v4.2.2 - name: Lint helm files run: |