Skip to content

Commit 03ee90b

Browse files
Update Node.js to v22
1 parent 39b46d2 commit 03ee90b

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: "20.13.0"
10+
node-version: "22.18.0"
1111
cache: "yarn"
1212
- run: "yarn install"
1313
- run: "yarn analyze"
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: "20.13.0"
21+
node-version: "22.18.0"
2222
cache: "yarn"
2323
- run: "yarn install"
2424
- run: "yarn ci:test"
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: "20.13.0"
33+
node-version: "22.18.0"
3434
cache: "yarn"
3535
- run: "yarn install"
3636
- run: "yarn ci:test:acc"

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.13.0
1+
22.18.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/jest": "29.5.4",
3030
"@types/lodash": "4.14.200",
3131
"@types/marked": "5.0.2",
32-
"@types/node": "20.12.11",
32+
"@types/node": "22.17.0",
3333
"@types/react": "18.3.14",
3434
"@types/react-dom": "18.3.2",
3535
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,13 +1192,20 @@
11921192
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
11931193
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
11941194

1195-
"@types/node@*", "@types/node@20.12.11":
1195+
"@types/node@*":
11961196
version "20.12.11"
11971197
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
11981198
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
11991199
dependencies:
12001200
undici-types "~5.26.4"
12011201

1202+
"@types/node@22.17.0":
1203+
version "22.17.0"
1204+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
1205+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
1206+
dependencies:
1207+
undici-types "~6.21.0"
1208+
12021209
"@types/node@^16.18.39":
12031210
version "16.18.97"
12041211
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.97.tgz#d7926a8030f0d714d555b4550c0cc7731495cfe5"
@@ -6305,6 +6312,11 @@ undici-types@~5.26.4:
63056312
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
63066313
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
63076314

6315+
undici-types@~6.21.0:
6316+
version "6.21.0"
6317+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
6318+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
6319+
63086320
unified@^11.0.0:
63096321
version "11.0.4"
63106322
resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.4.tgz#f4be0ac0fe4c88cb873687c07c64c49ed5969015"

0 commit comments

Comments
 (0)