Skip to content

Commit 5e6da2a

Browse files
renovate[bot]DanielHreben
authored andcommitted
chore: update Node.js to v24.11.1
1 parent 152df1b commit 5e6da2a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Node.js
4848
uses: actions/setup-node@v6
4949
with:
50-
node-version: 20
50+
node-version: 24
5151
cache: 'yarn'
5252

5353
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: 'yarn'
2323
registry-url: 'https://registry.npmjs.org'
2424

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

0 commit comments

Comments
 (0)