change node version
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-09-19 22:16:08 -05:00
parent 1ea1eb91c4
commit 80e63ed3de

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: '24' node-version: '22'
- name: Lint Docker Compose - name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true' if: steps.check-branch-exists.outputs.exists == 'true'