Skip to content

Commit

Permalink
chore: downgrade markdown-link-check to a known working version (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Jan 16, 2025
1 parent 7f32f2e commit 0e57bc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ jobs:
run:
find . -name "*.md" | grep -v node_modules | grep -v CHANGELOG.md |
xargs -n 1 yarn markdown-link-check -c markdown_link_check_config.json
-q
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"jest": "^29.0.0",
"jest-runner-eslint": "^2.0.0",
"lint-staged": "^13.0.3",
"markdown-link-check": "^3.10.3",
"markdown-link-check": "~3.12.0",
"pinst": "^3.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5047,7 +5047,7 @@ __metadata:
jest: ^29.0.0
jest-runner-eslint: ^2.0.0
lint-staged: ^13.0.3
markdown-link-check: ^3.10.3
markdown-link-check: ~3.12.0
pinst: ^3.0.0
prettier: ^3.0.0
rimraf: ^5.0.0
Expand Down Expand Up @@ -7977,7 +7977,7 @@ __metadata:
languageName: node
linkType: hard

"markdown-link-check@npm:^3.10.3":
"markdown-link-check@npm:~3.12.0":
version: 3.12.2
resolution: "markdown-link-check@npm:3.12.2"
dependencies:
Expand Down

0 comments on commit 0e57bc1

Please # to comment.