Skip to content

Commit 67d5d99

Browse files
authored
fix: Update renovate config check to use npx (#7465)
* fix: Update renovate config check to use npx * fix: Update renovate config check to use valid version 43.136.0
1 parent e7842b6 commit 67d5d99

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@43.136.0 renovate-config-validator

0 commit comments

Comments
 (0)