Skip to content

Commit 00bd3dc

Browse files
committed
setup-nodeとpackage renovate追加
1 parent 6a29d8b commit 00bd3dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/validate-renovate-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v5
17+
- uses: actions/setup-node@v6
18+
with:
19+
node-version: '24'
1720

1821
- name: Validate renovate-bot.js
1922
if: ${{ hashFiles('.github/renovate-bot.js') != '' }}
2023
run: |
21-
npx --yes renovate-config-validator .github/renovate-bot.js
24+
npx --yes --package renovate -- renovate-config-validator .github/renovate-bot.js
2225
2326
- name: Validate renovate directory configs
2427
run: |

0 commit comments

Comments
 (0)