We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a549a30 commit a61f0e1Copy full SHA for a61f0e1
.github/workflows/broken-links.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 16
+ node-version: 18
15
- run: |
16
npm install -g markdown-link-check@3.10.3
17
find . -type f -name '*.md' | xargs -L1 npx markdown-link-check -c .broken-link-config.json --quiet
0 commit comments