diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 5ba9a875..f8cdf419 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,6 +16,12 @@ jobs: - name: Setup node uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 + - name: Install Node dependencies + run: npm install + + - name: Build Renovate Action + run: npm run build + - name: Renovate uses: https://git.trez.wtf/Trez.One/renovate-github-action@gitea-compatible with: