Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Pin markdown-link-check version in build.sh script to avoid tcort/mar…
Browse files Browse the repository at this point in the history
  • Loading branch information
laguirre-cs authored Mar 28, 2023
1 parent 3d207d6 commit 8944a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function testMarkdownLinks() {
echo "********************"
echo "markdown-link-check is not installed, it will be installed globally with npm"
echo "https://github.com/tcort/markdown-link-check"
npm install -g markdown-link-check
npm install -g markdown-link-check@3.10.3
echo "********************"
else
echo "markdown-link-check already installed"
Expand Down

0 comments on commit 8944a5d

Please sign in to comment.