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 e5501c0Copy full SHA for e5501c0
.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 {} \;
0 commit comments