Update dependency node to v24 #260

Merged
renovate merged 1 commit from renovate/node-24.x into main 2025-10-30 10:11:43 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d3472f7cd3 - Show all commits

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
- name: Renovate
uses: https://github.com/renovatebot/github-action@v43.0.18

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v7