We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cf8ff commit ca0140fCopy full SHA for ca0140f
.github/workflows/danger.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup Node
29
uses: actions/setup-node@v4
30
with:
31
- node-version: 18
+ node-version: 24
32
33
- name: Install
34
run: npm ci
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
35
36
37
38
39
package.json
@@ -35,7 +35,7 @@
"@jest/globals": "30.0.0",
"@scaleleap/semantic-release-config": "1.1.41",
"@types/jest": "29.5.14",
- "@types/node": "22.19.0",
+ "@types/node": "24.10.4",
"@typescript-eslint/eslint-plugin": "8.47.0",
40
"@typescript-eslint/parser": "8.47.0",
41
"danger": "13.0.4",
0 commit comments