Update actions/setup-node action to v6
Some checks failed
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-docker / docker-lint (pull_request) Failing after 54s

This commit is contained in:
2025-11-05 01:03:08 +00:00
parent 32b0c14cf3
commit 48372c09a4

View File

@@ -36,7 +36,7 @@ jobs:
- name: Set up Node.js
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '22'