Skip to content

Commit 52eaf87

Browse files
author
Joonas Hiltunen
committed
Use latest node version for shared check renovatebot config
1 parent 29458e8 commit 52eaf87

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
validate:
11-
uses: HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v1
11+
uses: HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v2
1212
with:
1313
config_file_path: renovatebot/jore4-default-preset.json5

.github/workflows/shared-check-renovatebot-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
submodules: ${{ inputs.checkout_submodules }}
2525

26+
- name: Setup latest lts Node.js
27+
uses: actions/setup-node@v6
28+
with:
29+
node-version: lts/*
30+
2631
- name: Validate config
2732
uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
2833
with:

0 commit comments

Comments
 (0)