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
|
||||
steps:
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apk add --no-cache \
|
||||
yq \
|
||||
findutils \
|
||||
curl \
|
||||
jq \
|
||||
npm \
|
||||
nodejs \
|
||||
bash
|
||||
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user