We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0390c commit c5c5b6bCopy full SHA for c5c5b6b
actions/validate-renovate-config/action.yml
@@ -13,10 +13,11 @@ runs:
13
- name: Setup Node.js
14
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
15
with:
16
- node-version: "20"
+ node-version: "24"
17
18
- name: Validate Renovate config
19
shell: bash
20
- run: npx --yes --package renovate -- renovate-config-validator "${CONFIG_PATH}"
+ run: npx --yes --package ${RENOVATE_VERSION} -- renovate-config-validator "${CONFIG_PATH}"
21
env:
22
CONFIG_PATH: ${{ inputs.path }}
23
+ RENOVATE_VERSION: [email protected]
0 commit comments