Skip to content

Commit d960c3c

Browse files
committed
fix: Update renovate config check to use npx
1 parent e7842b6 commit d960c3c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/renovate_config_check.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
node-version: '22'
2121

22-
- name: Install Renovate and Config Validator
22+
- name: Run Renovate Config Validator
2323
run: |
24-
npm install -g npm@latest
25-
npm install --global renovate
26-
renovate-config-validator
24+
npx --package renovate@42.99.0 renovate-config-validator

0 commit comments

Comments
 (0)