We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b946ad8 commit 1e8a80dCopy full SHA for 1e8a80d
.github/workflows/broken-links.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions/setup-node@v2.1.4
24
with:
25
- node-version: 12.x
+ node-version: 24.x
26
27
- run: npm install -g markdown-link-check
28
- run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \;
package.json
@@ -61,7 +61,7 @@
61
"@semantic-release/release-notes-generator": "^9.0.1",
62
"@types/jest": "^26.0.20",
63
"@types/lodash.mergewith": "^4.6.6",
64
- "@types/node": "^14.14.35",
+ "@types/node": "^24.0.0",
65
"@types/prettier": "^2.1.5",
66
"@typescript-eslint/eslint-plugin": "^4.15.0",
67
"@typescript-eslint/parser": "^4.15.0",
0 commit comments