add nodejs and npm deps
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 12s

This commit is contained in:
2025-12-03 20:15:46 +05:30
parent 26d23292cf
commit df575e0fa2

View File

@@ -10,10 +10,6 @@ jobs:
container:
image: ghcr.io/yannh/kubeconform:v0.7.0-alpine
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install dependencies
run: |
@@ -21,7 +17,14 @@ jobs:
yq \
findutils \
curl \
jq
jq \
npm \
nodejs
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Create kubeconform configuration
run: |