fix: add nodejs to CI runner (required by actions/checkout@v4)
CI / CI (pull_request) Failing after 2m59s

This commit is contained in:
Admin Bot
2026-09-13 21:47:20 +09:00
parent f17ed21637
commit bdba5af5ef
+1 -1
View File
@@ -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