From ae2e2c013276c8df41670260adec193da7b2749f Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 22 Sep 2025 10:28:14 -0400 Subject: [PATCH] Adding npm install and build steps. --- .gitea/workflows/renovate.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: