Skip to content

Commit 2680694

Browse files
Merge pull request #2067 from nodejs/Pin-markdown-link-check
Pin markdown-link-check to v3.11.0 on GitHub Actions
2 parents 359faf5 + 715034c commit 2680694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 'lts/*'
2020
- name: Install markdown-link-check
21-
run: npm i -g markdown-link-check
21+
run: npm i -g markdown-link-check@3.11.0
2222
- name: Run markdown-link-check on MD files
2323
run: find . -name "*.md" | xargs -n 1 markdown-link-check -c markdown_link_check_config.json -q

0 commit comments

Comments
 (0)