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

This commit is contained in:
2025-11-04 20:46:55 +00:00
parent 4bbecd33a6
commit ffa3425c01

View File

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