Skip to content

Commit 3b37aba

Browse files
chore(deps): update dependency node to v24
1 parent d4e88db commit 3b37aba

File tree

4 files changed

+54
-54
lines changed

4 files changed

+54
-54
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3737
with:
38-
node-version: 22.x
38+
node-version: 24.x
3939

4040
- name: Enable corepack
4141
run: corepack enable pnpm

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121

2222
- name: Enable corepack
2323
run: corepack enable pnpm

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ catalog:
99
'@storybook/addon-docs': ^10.0.0
1010
'@storybook/icons': ^1.4.0
1111
'@storybook/react-vite': ^10.0.0
12-
'@types/node': 20.19.9
12+
'@types/node': 24.10.4
1313
'@types/react': ^18.3.27
1414
'@types/react-dom': ^18.3.7
1515
react: ^18.3.1

0 commit comments

Comments
 (0)