Skip to content

Commit 782abda

Browse files
Update dependency node to v24
1 parent 6a96e35 commit 782abda

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '20.x'
13+
node-version: '24.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn install --frozen-lockfile
1616
- run: yarn format

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Setup .npmrc file to publish to npm
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '20.x'
14+
node-version: '24.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: yarn install --frozen-lockfile
1717
- run: yarn build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@jest/globals": "^30.0.0",
35-
"@types/node": "^22.0.0",
35+
"@types/node": "^24.0.0",
3636
"@types/vinyl": "^2.0.11",
3737
"@typescript-eslint/eslint-plugin": "^7.16.0",
3838
"@typescript-eslint/parser": "^7.16.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -817,12 +817,12 @@
817817
dependencies:
818818
undici-types "~7.14.0"
819819

820-
"@types/node@^22.0.0":
821-
version "22.19.0"
822-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.0.tgz#849606ef3920850583a4e7ee0930987c35ad80be"
823-
integrity sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==
820+
"@types/node@^24.0.0":
821+
version "24.10.0"
822+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
823+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
824824
dependencies:
825-
undici-types "~6.21.0"
825+
undici-types "~7.16.0"
826826

827827
"@types/stack-utils@^2.0.3":
828828
version "2.0.3"
@@ -3391,16 +3391,16 @@ uglify-js@^3.1.4:
33913391
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
33923392
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
33933393

3394-
undici-types@~6.21.0:
3395-
version "6.21.0"
3396-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3397-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3398-
33993394
undici-types@~7.14.0:
34003395
version "7.14.0"
34013396
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840"
34023397
integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==
34033398

3399+
undici-types@~7.16.0:
3400+
version "7.16.0"
3401+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3402+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
3403+
34043404
unrs-resolver@^1.7.11:
34053405
version "1.11.1"
34063406
resolved "https://registry.yarnpkg.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz#be9cd8686c99ef53ecb96df2a473c64d304048a9"

0 commit comments

Comments
 (0)