Skip to content

Commit e36ed14

Browse files
chore: update node.js to v24
1 parent dddcc28 commit e36ed14

File tree

8 files changed

+12
-17
lines changed

8 files changed

+12
-17
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: actions/setup-node@v6
4848
with:
49-
node-version: 20
49+
node-version: 24
5050
cache: yarn
5151

5252
- name: Install dependencies

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: 18
32+
node-version: 24
3333
cache: yarn
3434

3535
- name: Setup Pages

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20
1+
nodejs 24

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@commitlint/test": "^20.0.0",
4343
"@commitlint/utils": "^20.0.0",
4444
"@types/lodash.merge": "^4.6.8",
45-
"@types/node": "^18.19.17",
45+
"@types/node": "^24.0.0",
4646
"@types/yargs": "^17.0.29",
4747
"fs-extra": "^11.0.0",
4848
"lodash.merge": "^4.6.2"

@commitlint/config-pnpm-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@commitlint/test": "^20.0.0",
4444
"@commitlint/utils": "^20.0.0",
45-
"@types/node": "^18.19.17",
45+
"@types/node": "^24.0.0",
4646
"typescript": "^5.2.2"
4747
},
4848
"exports": {

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/lodash.isplainobject": "^4.0.8",
4141
"@types/lodash.merge": "^4.6.8",
4242
"@types/lodash.uniq": "^4.5.8",
43-
"@types/node": "^18.19.17",
43+
"@types/node": "^24.0.0",
4444
"conventional-changelog-atom": "^4.0.0",
4545
"typescript": "^5.2.2"
4646
},

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,12 +1975,12 @@
19751975
dependencies:
19761976
undici-types "~7.16.0"
19771977

1978-
"@types/node@^18.19.17":
1979-
version "18.19.130"
1980-
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59"
1981-
integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==
1978+
"@types/node@^24.0.0":
1979+
version "24.10.4"
1980+
resolved "https://registry.npmjs.org/@types/node/-/node-24.10.4.tgz#9d27c032a1b2c42a4eab8fb65c5856a8b8e098c4"
1981+
integrity sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==
19821982
dependencies:
1983-
undici-types "~5.26.4"
1983+
undici-types "~7.16.0"
19841984

19851985
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.3":
19861986
version "2.4.4"
@@ -7705,11 +7705,6 @@ uglify-js@^3.1.4:
77057705
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
77067706
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
77077707

7708-
undici-types@~5.26.4:
7709-
version "5.26.5"
7710-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7711-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7712-
77137708
undici-types@~7.16.0:
77147709
version "7.16.0"
77157710
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)