Fix/helm build node #27

Merged
niko merged 3 commits from fix/helm-build-node into main 2026-06-19 08:48:56 +03:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit b957ba2257 - Show all commits
+6
View File
@@ -39,6 +39,12 @@ jobs:
container:
image: alpine/helm:3.19.0
steps:
- name: Install Node.js for actions/checkout
# COMPROMISE: Requires internet access.
# Does NOT work in air-gapped environments.
# Replace with a custom image (e.g., extending alpine/helm + nodejs) if needed.
run: apk add --no-cache nodejs
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with: