Update dependency node to v24

This commit is contained in:
2025-11-04 18:42:45 +00:00
parent 5e6a444c8d
commit 402e65a347

View File

@@ -38,7 +38,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'