Skip to content

Commit 64d7301

Browse files
chore(deps): update dependency node to v24
1 parent f42830e commit 64d7301

7 files changed

Lines changed: 57 additions & 45 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Node.js
4848
uses: actions/setup-node@v6
4949
with:
50-
node-version: 22
50+
node-version: 24
5151
cache: 'pnpm'
5252
- name: Check package.json files
5353
run: pnpm dlx @trigen/lint-package-json

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
cache: 'pnpm'
2424
- name: Install dependencies
2525
run: pnpm install
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Node.js
3939
uses: actions/setup-node@v6
4040
with:
41-
node-version: 22
41+
node-version: 24
4242
cache: 'pnpm'
4343
- name: Install dependencies
4444
run: pnpm install
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Node.js
5858
uses: actions/setup-node@v6
5959
with:
60-
node-version: 22
60+
node-version: 24
6161
cache: 'pnpm'
6262
- name: Install dependencies
6363
run: pnpm install

.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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pnpm 10.11.0
2-
nodejs 22.4.1
2+
nodejs 24.14.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@trigen/browserslist-config": "^8.0.0",
7979
"@trigen/eslint-config": "^8.0.3",
8080
"@trigen/scripts": "^8.0.0",
81-
"@types/node": "^22.0.0",
81+
"@types/node": "^24.0.0",
8282
"@vitest/coverage-v8": "^3.0.0",
8383
"browserslist": "^4.22.2",
8484
"clean-publish": "^5.0.0",

pnpm-lock.yaml

Lines changed: 48 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)