Skip to content

Commit 5e97d3d

Browse files
chore(deps): update dependency node to v24
1 parent 72b8af4 commit 5e97d3d

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup node
3535
uses: actions/setup-node@v6
3636
with:
37-
node-version: 22.x
37+
node-version: 24.x
3838
cache: yarn
3939
- name: Yarn
4040
run: yarn
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup node
5757
uses: actions/setup-node@v6
5858
with:
59-
node-version: 20.x
59+
node-version: 24.x
6060
cache: yarn
6161
- name: Yarn
6262
run: yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/make-fetch-happen": "^10.0.4",
5959
"@types/murmurhash3js": "^3.0.7",
6060
"@types/nock": "^11.1.0",
61-
"@types/node": "^20.17.17",
61+
"@types/node": "^24.0.0",
6262
"@types/proxy-from-env": "^1.0.4",
6363
"@types/semver": "^7.5.0",
6464
"@unleash/client-specification": "5.2.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -593,12 +593,12 @@
593593
dependencies:
594594
undici-types "~5.26.4"
595595

596-
"@types/node@^20.17.17":
597-
version "20.17.17"
598-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.17.tgz#5cea2af2e271313742c14f418eaf5dcfa8ae2e3a"
599-
integrity sha512-/WndGO4kIfMicEQLTi/mDANUu/iVUhT7KboZPdEqqHQ4aTS+3qT3U5gIqWDFV+XouorjfgGqvKILJeHhuQgFYg==
596+
"@types/node@^24.0.0":
597+
version "24.10.13"
598+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.13.tgz#2fac25c0e30f3848e19912c3b8791a28370e9e07"
599+
integrity sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==
600600
dependencies:
601-
undici-types "~6.19.2"
601+
undici-types "~7.16.0"
602602

603603
"@types/proxy-from-env@^1.0.4":
604604
version "1.0.4"
@@ -2051,10 +2051,10 @@ undici-types@~5.26.4:
20512051
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
20522052
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
20532053

2054-
undici-types@~6.19.2:
2055-
version "6.19.8"
2056-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
2057-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
2054+
undici-types@~7.16.0:
2055+
version "7.16.0"
2056+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
2057+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
20582058

20592059
unicorn-magic@^0.3.0:
20602060
version "0.3.0"

0 commit comments

Comments
 (0)