setup node
renovate / renovate (push) Failing after 12s

This commit is contained in:
2026-06-22 23:17:01 +10:00
parent 20efc39df7
commit c3f8968365
+6
View File
@@ -15,6 +15,12 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
# Setup Node so we can execute renovate natively on the runner workspace
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run Renovate - name: Run Renovate
# Pulled from public Docker Hub instead of ghcr.io # Pulled from public Docker Hub instead of ghcr.io
uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain