Skip to content

Commit 67f12f4

Browse files
chore(deps): update dependency node to v24
1 parent 0ca6d4d commit 67f12f4

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 22
28+
node-version: 24
2929
cache: 'pnpm'
3030
- name: Install dependencies
3131
run: pnpm install

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Node.js
5050
uses: actions/setup-node@v6
5151
with:
52-
node-version: 22
52+
node-version: 24
5353
cache: 'pnpm'
5454
registry-url: 'https://registry.npmjs.org'
5555
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Node.js
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: 22
21+
node-version: 24
2222
cache: 'pnpm'
2323
- name: Install dependencies
2424
run: pnpm install
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Node.js
3838
uses: actions/setup-node@v6
3939
with:
40-
node-version: 22
40+
node-version: 24
4141
cache: 'pnpm'
4242
- name: Install dependencies
4343
run: pnpm install

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pnpm 11.9.0
2-
nodejs 22.18.0
2+
nodejs 24.18.0

0 commit comments

Comments
 (0)