Adding npm install and build steps.
Renovate / renovate (push) Failing after 29s

This commit is contained in:
2025-09-22 10:28:14 -04:00
parent b49056f7cf
commit ae2e2c0132
+6
View File
@@ -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: