fix: add nodejs for checkout action

This commit is contained in:
2026-06-18 01:14:22 +02:00
parent b5f0800ab9
commit 334ac4d1a4
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Install tools
run: |
apk add --no-cache curl bash git openssh-client openssl
apk add --no-cache curl bash git openssh-client openssl nodejs
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
curl -LO "https://dl.k8s.io/release/$(curl -Ls https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl && mv kubectl /usr/local/bin/