ci: install node v22
This commit is contained in:
parent
ccc939cd99
commit
2b8e2dd6b6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/renovate.yml
vendored
5
.github/workflows/renovate.yml
vendored
|
|
@ -22,6 +22,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install node
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '22'
|
||||||
|
|
||||||
- name: Install bun
|
- name: Install bun
|
||||||
uses: oven-sh/setup-bun@v2
|
uses: oven-sh/setup-bun@v2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue