From 9bdc06c8866c54523046d2934a6936b435102db2 Mon Sep 17 00:00:00 2001 From: William Lyles <26171886+wilyle@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:03:43 -0700 Subject: [PATCH] use specific markdown link check version --- .github/workflows/markdown-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-ci.yml b/.github/workflows/markdown-ci.yml index fcc3c2da..50283ae1 100644 --- a/.github/workflows/markdown-ci.yml +++ b/.github/workflows/markdown-ci.yml @@ -27,5 +27,5 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - npm install markdown-link-check + npm install markdown-link-check@3.11.2 find . -type d \( -name node_modules -o -name .github \) -prune -o -type f -name '*.md' -print0 | xargs -0 -n1 node_modules/.bin/markdown-link-check --config ./tools/.markdownlinkcheck.json --quiet \ No newline at end of file