Update dependency node to v24
This commit is contained in:
parent
930fd21fba
commit
82842f0c8e
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: "22"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
uses: https://github.com/renovatebot/github-action@v43.0.18
|
uses: https://github.com/renovatebot/github-action@v43.0.18
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: "22"
|
node-version: "24"
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: https://github.com/astral-sh/setup-uv@v7
|
uses: https://github.com/astral-sh/setup-uv@v7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue