Skip to content

Commit ca0140f

Browse files
chore(deps): update dependency node to v24
1 parent 70cf8ff commit ca0140f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 18
31+
node-version: 24
3232

3333
- name: Install
3434
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18
36+
node-version: 24
3737

3838
- name: Install
3939
run: npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@jest/globals": "30.0.0",
3636
"@scaleleap/semantic-release-config": "1.1.41",
3737
"@types/jest": "29.5.14",
38-
"@types/node": "22.19.0",
38+
"@types/node": "24.10.4",
3939
"@typescript-eslint/eslint-plugin": "8.47.0",
4040
"@typescript-eslint/parser": "8.47.0",
4141
"danger": "13.0.4",

0 commit comments

Comments
 (0)