Skip to content

Commit 6cefc02

Browse files
chore(deps): update node.js to v22
1 parent 79953b8 commit 6cefc02

File tree

5 files changed

+17
-77
lines changed

5 files changed

+17
-77
lines changed

.github/workflows/deployment_develop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
cache: npm
2121

2222
- name: Cache .next/cache

.github/workflows/storybook-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: 18
13+
node-version: 22
1414
cache: npm
1515

1616
- name: NPM install

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node
1010
uses: actions/setup-node@v4
1111
with:
12-
node-version: 18
12+
node-version: 22
1313
cache: npm
1414

1515
- name: NPM install

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@storybook/test-runner": "0.19.1",
5959
"@svgr/webpack": "8.1.0",
6060
"@types/jest": "29.5.12",
61-
"@types/node": "20.4.5",
61+
"@types/node": "22.18.7",
6262
"@types/react": "18.3.3",
6363
"@types/react-dom": "18.3.0",
6464
"@typescript-eslint/eslint-plugin": "6.16.0",
@@ -82,7 +82,7 @@
8282
"webpack": "5.93.0"
8383
},
8484
"volta": {
85-
"node": "18.17.0",
85+
"node": "22.20.0",
8686
"npm": "9.8.1"
8787
}
8888
}

0 commit comments

Comments
 (0)