Update dependency node to v24
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s

This commit is contained in:
2025-11-01 05:02:44 +00:00
parent 2a34b00051
commit f309c9fdd1

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'