Compare commits

1 Commits

Author SHA1 Message Date
3139b305ee Update rmcrackan/libation Docker tag to v12.6.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 9s
2025-11-04 18:35:03 +00:00

View File

@@ -37,9 +37,9 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
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@v6
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'