From bdba5af5ef26cc9cc485df261ee2cb8944887b01 Mon Sep 17 00:00:00 2001 From: Admin Bot Date: Sun, 13 Sep 2026 21:47:20 +0900 Subject: [PATCH] fix: add nodejs to CI runner (required by actions/checkout@v4) --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3f56aba..4eb47c7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt-get install -y docker.io curl + apt-get install -y docker.io curl nodejs curl -sLO "https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" chmod +x kubectl && mv kubectl /usr/local/bin/ kubectl version --client