From 22a1dc428b5b9573d25dd5f90efec8bea6128cee Mon Sep 17 00:00:00 2001 From: domrichardson <100129001+domrichardson@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:49:42 +0100 Subject: [PATCH] ci: Workflow testing --- .gitea/workflows/publish-helm-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-helm-charts.yaml b/.gitea/workflows/publish-helm-charts.yaml index c17ea13..203e93c 100644 --- a/.gitea/workflows/publish-helm-charts.yaml +++ b/.gitea/workflows/publish-helm-charts.yaml @@ -21,7 +21,7 @@ jobs: shell: sh run: | set -eu - apk add --no-cache bash git curl + apk add --no-cache bash git curl nodejs - name: Checkout uses: actions/checkout@v4