Skip to content

Commit

Permalink
Merge pull request #2067 from nodejs/Pin-markdown-link-check
Browse files Browse the repository at this point in the history
Pin markdown-link-check to v3.11.0 on GitHub Actions
  • Loading branch information
LaurentGoderre authored Apr 11, 2024
2 parents 359faf5 + 715034c commit 2680694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
node-version: 'lts/*'
- name: Install markdown-link-check
run: npm i -g markdown-link-check
run: npm i -g markdown-link-check@3.11.0
- name: Run markdown-link-check on MD files
run: find . -name "*.md" | xargs -n 1 markdown-link-check -c markdown_link_check_config.json -q

0 comments on commit 2680694

Please sign in to comment.