Skip to content

Commit b03324d

Browse files
chore(deps): update dependency node to v24
1 parent 130e28e commit b03324d

File tree

6 files changed

+136
-136
lines changed

6 files changed

+136
-136
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
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: Check size
2323
uses: andresz1/size-limit-action@master
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Node.js
3737
uses: actions/setup-node@v6
3838
with:
39-
node-version: 22
39+
node-version: 24
4040
cache: 'pnpm'
4141
- name: Install dependencies
4242
run: pnpm install
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install Node.js
5959
uses: actions/setup-node@v6
6060
with:
61-
node-version: 22
61+
node-version: 24
6262
cache: 'pnpm'
6363
- name: Install dependencies
6464
run: pnpm install
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install Node.js
8686
uses: actions/setup-node@v6
8787
with:
88-
node-version: 22
88+
node-version: 24
8989
cache: 'pnpm'
9090
- name: Install dependencies
9191
run: pnpm install

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

.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/website.yml

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@testing-library/jest-dom": "^6.6.3",
8080
"@testing-library/react": "^16.1.0",
8181
"@types/faker": "^5.5.8",
82-
"@types/node": "^18.0.0",
82+
"@types/node": "^24.0.0",
8383
"@types/react": "^19.2.2",
8484
"@types/react-dom": "^19.2.2",
8585
"@typescript-eslint/eslint-plugin": "^8.18.0",

0 commit comments

Comments
 (0)