Skip to content

Commit 1dd3171

Browse files
Update dependency node to v24
1 parent a94f80b commit 1dd3171

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 20.x
15+
node-version: 24.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -71,6 +71,6 @@ jobs:
7171
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
7272
- uses: actions/setup-node@v6
7373
with:
74-
node-version: 20.x
74+
node-version: 24.x
7575
- run: yarn install
7676
- run: npx webpack

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"dependencies": {
9191
"@types/http-link-header": "^1.0.1",
92-
"@types/node": "^18.0.0",
92+
"@types/node": "^24.0.0",
9393
"http-link-header": "^1.0.2",
9494
"relative-to-absolute-iri": "^1.0.5"
9595
}

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,11 +1038,18 @@
10381038
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
10391039
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
10401040

1041-
"@types/node@*", "@types/node@^18.0.0":
1041+
"@types/node@*":
10421042
version "18.15.3"
10431043
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
10441044
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
10451045

1046+
"@types/node@^24.0.0":
1047+
version "24.9.1"
1048+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
1049+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
1050+
dependencies:
1051+
undici-types "~7.16.0"
1052+
10461053
"@types/normalize-package-data@^2.4.0":
10471054
version "2.4.1"
10481055
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -4366,6 +4373,11 @@ typescript@^5.0.0:
43664373
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
43674374
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
43684375

4376+
undici-types@~7.16.0:
4377+
version "7.16.0"
4378+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4379+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
4380+
43694381
unrs-resolver@^1.7.11:
43704382
version "1.9.0"
43714383
resolved "https://registry.yarnpkg.com/unrs-resolver/-/unrs-resolver-1.9.0.tgz#22877e2e0f1ba3f848f75f7be5ecb81b634066dc"

0 commit comments

Comments
 (0)