Skip to content

Commit 01ac240

Browse files
build(deps): update dependency node to v24
1 parent 02d72e6 commit 01ac240

3 files changed

Lines changed: 7 additions & 12 deletions

File tree

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v6
6161
- uses: actions/setup-node@v6
6262
with:
63-
node-version: 20.x
63+
node-version: 24.x
6464
registry-url: https://registry.npmjs.org
6565
cache: yarn
6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^30.0.0",
32-
"@types/node": "^20.0.0",
32+
"@types/node": "^24.0.0",
3333
"cross-env": "^10.0.0",
3434
"eslint": "^9.39.0",
3535
"eslint-config-prettier": "^10.0.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,12 +1091,12 @@
10911091
dependencies:
10921092
undici-types "~7.16.0"
10931093

1094-
"@types/node@^20.0.0":
1095-
version "20.19.30"
1096-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.30.tgz#84fa87498ade5cd2b6ba8f8eec01d3b138ca60d0"
1097-
integrity sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==
1094+
"@types/node@^24.0.0":
1095+
version "24.10.13"
1096+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.13.tgz#2fac25c0e30f3848e19912c3b8791a28370e9e07"
1097+
integrity sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==
10981098
dependencies:
1099-
undici-types "~6.21.0"
1099+
undici-types "~7.16.0"
11001100

11011101
"@types/stack-utils@^2.0.3":
11021102
version "2.0.3"
@@ -3900,11 +3900,6 @@ undefsafe@^2.0.5:
39003900
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
39013901
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
39023902

3903-
undici-types@~6.21.0:
3904-
version "6.21.0"
3905-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3906-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3907-
39083903
undici-types@~7.16.0:
39093904
version "7.16.0"
39103905
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)