diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 24c37a6..9a943b8 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -15,6 +15,12 @@ jobs: - name: Checkout repository 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 # Pulled from public Docker Hub instead of ghcr.io uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain