fix: add nodejs to CI runner (required by actions/checkout@v4)
CI / CI (pull_request) Failing after 2m59s
CI / CI (pull_request) Failing after 2m59s
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
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"
|
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/
|
chmod +x kubectl && mv kubectl /usr/local/bin/
|
||||||
kubectl version --client
|
kubectl version --client
|
||||||
|
|||||||
Reference in New Issue
Block a user