Update dependency node to v24

This commit is contained in:
2025-11-04 18:38:52 +00:00
parent 8fd83c3c07
commit c824d053fb

View File

@@ -39,7 +39,7 @@ jobs:
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v5 uses: actions/setup-node@v5
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'