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 e6f2d46 commit 639301cCopy full SHA for 639301c
.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.1.0
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
@@ -68,7 +68,7 @@
68
"access": "public"
69
},
70
"engines": {
71
- "node": ">= v8.17.0"
+ "node": ">= 24.2.0"
72
73
"keywords": [
74
"github-actions",
0 commit comments