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

This commit is contained in:
2025-11-04 18:04:50 +00:00
parent aaff957fe1
commit 3555f248c3

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'