Update dependency node to v24
Some checks failed
lint-test-helm / helm-lint (pull_request) Failing after 0s

This commit is contained in:
2025-11-04 18:09:12 +00:00
parent dc71148815
commit 6e0ececa90

View File

@@ -39,7 +39,7 @@ jobs:
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
- name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true'