Skip to content

Commit 6df0696

Browse files
build(deps): update dependency node to v24
1 parent 88de4de commit 6df0696

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: 22.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
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/jest": "^30.0.0",
30-
"@types/node": "^20.0.0",
30+
"@types/node": "^24.0.0",
3131
"cross-env": "^10.0.0",
3232
"eslint": "^9.39.0",
3333
"eslint-config-prettier": "^10.0.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -804,12 +804,12 @@
804804
dependencies:
805805
undici-types "~7.16.0"
806806

807-
"@types/node@^20.0.0":
808-
version "20.19.30"
809-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.30.tgz#84fa87498ade5cd2b6ba8f8eec01d3b138ca60d0"
810-
integrity sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==
807+
"@types/node@^24.0.0":
808+
version "24.10.13"
809+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.13.tgz#2fac25c0e30f3848e19912c3b8791a28370e9e07"
810+
integrity sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==
811811
dependencies:
812-
undici-types "~6.21.0"
812+
undici-types "~7.16.0"
813813

814814
"@types/stack-utils@^2.0.3":
815815
version "2.0.3"
@@ -3082,11 +3082,6 @@ uglify-js@^3.1.4:
30823082
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
30833083
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
30843084

3085-
undici-types@~6.21.0:
3086-
version "6.21.0"
3087-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3088-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3089-
30903085
undici-types@~7.16.0:
30913086
version "7.16.0"
30923087
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)