1 parent 865dbd8 commit 8767ed7Copy full SHA for 8767ed7
2 files changed
.github/workflows/renovate.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Node.js
10
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
11
with:
12
- node-version: 22
+ node-version: 24
13
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14
- name: Run renovate-config-validator
15
run: npx --yes --package renovate -- renovate-config-validator
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
16
17
cache: npm
18
- name: Install dependencies
19
run: npm install
0 commit comments