Skip to content

Commit 79c6d5c

Browse files
chore: update node.js to v24
1 parent 691a52d commit 79c6d5c

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.4.0",
4343
"@commitlint/utils": "^20.0.0",
4444
"@types/lodash.mergewith": "^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.mergewith": "^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.4.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
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@commitlint/test": "^20.4.0",
4040
"@types/lodash.mergewith": "^4.6.8",
41-
"@types/node": "^18.19.17",
41+
"@types/node": "^24.0.0",
4242
"conventional-changelog-atom": "^5.0.0",
4343
"typescript": "^5.2.2"
4444
},

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,12 +1947,12 @@
19471947
dependencies:
19481948
undici-types "~7.16.0"
19491949

1950-
"@types/node@^18.19.17":
1951-
version "18.19.130"
1952-
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz#da4c6324793a79defb7a62cba3947ec5add00d59"
1953-
integrity sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==
1950+
"@types/node@^24.0.0":
1951+
version "24.10.13"
1952+
resolved "https://registry.npmjs.org/@types/node/-/node-24.10.13.tgz#2fac25c0e30f3848e19912c3b8791a28370e9e07"
1953+
integrity sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==
19541954
dependencies:
1955-
undici-types "~5.26.4"
1955+
undici-types "~7.16.0"
19561956

19571957
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.3":
19581958
version "2.4.4"
@@ -7629,11 +7629,6 @@ uglify-js@^3.1.4:
76297629
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
76307630
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
76317631

7632-
undici-types@~5.26.4:
7633-
version "5.26.5"
7634-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7635-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7636-
76377632
undici-types@~7.16.0:
76387633
version "7.16.0"
76397634
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)