Skip to content

Commit 3eb8dcb

Browse files
⬆️ upgrade node to v24
1 parent 267653f commit 3eb8dcb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "20.x"
18+
node-version: "24.x"
1919
cache: "yarn"
2020

2121
- name: Install Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ws": "^8.18.3"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^20.1.7",
34+
"@types/node": "^24.0.0",
3535
"@types/ws": "^8.18.1",
3636
"eslint": "^8.40.0",
3737
"eslint-config-antoine": "^1.0.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,12 @@
389389
dependencies:
390390
undici-types "~7.8.0"
391391

392-
"@types/node@^20.1.7":
393-
version "20.19.9"
394-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.9.tgz#ca9a58193fec361cc6e859d88b52261853f1f0d3"
395-
integrity sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==
392+
"@types/node@^24.0.0":
393+
version "24.9.1"
394+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
395+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
396396
dependencies:
397-
undici-types "~6.21.0"
397+
undici-types "~7.16.0"
398398

399399
"@types/object-hash@^1.3.0":
400400
version "1.3.4"
@@ -3614,10 +3614,10 @@ undefsafe@^2.0.5:
36143614
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
36153615
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
36163616

3617-
undici-types@~6.21.0:
3618-
version "6.21.0"
3619-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3620-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3617+
undici-types@~7.16.0:
3618+
version "7.16.0"
3619+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3620+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
36213621

36223622
undici-types@~7.8.0:
36233623
version "7.8.0"

0 commit comments

Comments
 (0)