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