Merge pull request #2067 from nodejs/Pin-markdown-link-check

Pin markdown-link-check to v3.11.0 on GitHub Actions
This commit is contained in:
Laurent Goderre 2024-04-11 14:38:01 -04:00 committed by GitHub
commit 2680694a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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