remove unnecessary dependencies and ensure Node setup is included
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 1m57s
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 1m57s
This commit is contained in:
@@ -11,15 +11,17 @@ jobs:
|
|||||||
image: ghcr.io/yannh/kubeconform:v0.7.0-alpine
|
image: ghcr.io/yannh/kubeconform:v0.7.0-alpine
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v6
|
||||||
|
with:
|
||||||
|
node-version: '24'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
yq \
|
yq \
|
||||||
findutils \
|
|
||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
npm \
|
|
||||||
nodejs \
|
|
||||||
bash
|
bash
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user