Skip to content

Commit 2a2ed50

Browse files
chore(deps): update dependency node to v24
1 parent 8c44a71 commit 2a2ed50

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node.js
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
- id: set-matrix
2121
run: node .github/workflows/list-workspaces.js test:size build:storybook >> $GITHUB_OUTPUT
2222
size:
@@ -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: Check size
4242
uses: andresz1/size-limit-action@master
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Node.js
6666
uses: actions/setup-node@v6
6767
with:
68-
node-version: 22
68+
node-version: 24
6969
cache: 'pnpm'
7070
- name: Check package.json files
7171
run: pnpm --package=@trigen/lint-package-json dlx lint-package-json --monorepo --ignore examples
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Node.js
8787
uses: actions/setup-node@v6
8888
with:
89-
node-version: 22
89+
node-version: 24
9090
cache: 'pnpm'
9191
- name: Install dependencies
9292
run: pnpm install
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install Node.js
106106
uses: actions/setup-node@v6
107107
with:
108-
node-version: 22
108+
node-version: 24
109109
cache: 'pnpm'
110110
- name: Install dependencies
111111
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: 4 additions & 4 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
- id: set-matrix
2323
run: node .github/workflows/list-workspaces.js test:types lint test:unit >> $GITHUB_OUTPUT
2424
types:
@@ -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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Node.js
6262
uses: actions/setup-node@v6
6363
with:
64-
node-version: 22
64+
node-version: 24
6565
cache: 'pnpm'
6666
- name: Install dependencies
6767
run: pnpm install
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install Node.js
8585
uses: actions/setup-node@v6
8686
with:
87-
node-version: 22
87+
node-version: 24
8888
cache: 'pnpm'
8989
- name: Install dependencies
9090
run: pnpm install

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 22
30+
node-version: 24
3131
cache: 'pnpm'
3232
- name: Install dependencies
3333
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.11.0

0 commit comments

Comments
 (0)