Skip to content

Commit de6b5f4

Browse files
⬆️ upgrade node to v24
1 parent 60acba3 commit de6b5f4

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "22.x"
24+
node-version: "24.x"
2525
cache: "yarn"
2626

2727
- name: Install Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@eslint/eslintrc": "^3",
52-
"@types/node": "^22.0.0",
52+
"@types/node": "^24.0.0",
5353
"@types/react": "^19",
5454
"@types/react-dom": "^19",
5555
"eslint": "^9",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -839,12 +839,12 @@
839839
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
840840
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
841841

842-
"@types/node@^22.0.0":
843-
version "22.15.31"
844-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f"
845-
integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==
842+
"@types/node@^24.0.0":
843+
version "24.10.2"
844+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.2.tgz#82a57476a19647d8f2c7750d0924788245e39b26"
845+
integrity sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA==
846846
dependencies:
847-
undici-types "~6.21.0"
847+
undici-types "~7.16.0"
848848

849849
"@types/react-dom@^19":
850850
version "19.1.6"
@@ -4896,10 +4896,10 @@ unbox-primitive@^1.1.0:
48964896
has-symbols "^1.1.0"
48974897
which-boxed-primitive "^1.1.1"
48984898

4899-
undici-types@~6.21.0:
4900-
version "6.21.0"
4901-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4902-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4899+
undici-types@~7.16.0:
4900+
version "7.16.0"
4901+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4902+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
49034903

49044904
unicode-trie@^2.0.0:
49054905
version "2.0.0"

0 commit comments

Comments
 (0)