2 Commits

Author SHA1 Message Date
402e65a347 Update dependency node to v24 2025-11-04 18:42:45 +00:00
5e6a444c8d downgrade
All checks were successful
renovate / renovate (push) Successful in 58s
2025-11-04 12:41:31 -06:00

View File

@@ -34,12 +34,11 @@ jobs:
if: steps.check-branch-exists.outputs.exists == 'false'
run: echo "Branch origin/${{ github.base_ref }} was not found, likely already merged"
- name: Set up Node.js
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v5
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
- name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true'