Skip to content

Commit c5c5b6b

Browse files
authored
fix(renovate): add explicit renovate version and bump node version (#1433)
Add explicit renovate version & bump node
1 parent dc0390c commit c5c5b6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

actions/validate-renovate-config/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ runs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1515
with:
16-
node-version: "20"
16+
node-version: "24"
1717

1818
- name: Validate Renovate config
1919
shell: bash
20-
run: npx --yes --package renovate -- renovate-config-validator "${CONFIG_PATH}"
20+
run: npx --yes --package ${RENOVATE_VERSION} -- renovate-config-validator "${CONFIG_PATH}"
2121
env:
2222
CONFIG_PATH: ${{ inputs.path }}
23+
RENOVATE_VERSION: [email protected]

0 commit comments

Comments
 (0)