Skip to content

Commit 810f4b9

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

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

26+
- uses: actions/setup-node@v6
27+
with:
28+
node-version: lts/*
29+
2630
- name: Validate config
2731
uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
2832
with:

0 commit comments

Comments
 (0)