Skip to content

Commit 0e57bc1

Browse files
authored
chore: downgrade markdown-link-check to a known working version (#227)
1 parent 7f32f2e commit 0e57bc1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ jobs:
3535
run:
3636
find . -name "*.md" | grep -v node_modules | grep -v CHANGELOG.md |
3737
xargs -n 1 yarn markdown-link-check -c markdown_link_check_config.json
38-
-q

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"jest": "^29.0.0",
110110
"jest-runner-eslint": "^2.0.0",
111111
"lint-staged": "^13.0.3",
112-
"markdown-link-check": "^3.10.3",
112+
"markdown-link-check": "~3.12.0",
113113
"pinst": "^3.0.0",
114114
"prettier": "^3.0.0",
115115
"rimraf": "^5.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5047,7 +5047,7 @@ __metadata:
50475047
jest: ^29.0.0
50485048
jest-runner-eslint: ^2.0.0
50495049
lint-staged: ^13.0.3
5050-
markdown-link-check: ^3.10.3
5050+
markdown-link-check: ~3.12.0
50515051
pinst: ^3.0.0
50525052
prettier: ^3.0.0
50535053
rimraf: ^5.0.0
@@ -7977,7 +7977,7 @@ __metadata:
79777977
languageName: node
79787978
linkType: hard
79797979

7980-
"markdown-link-check@npm:^3.10.3":
7980+
"markdown-link-check@npm:~3.12.0":
79817981
version: 3.12.2
79827982
resolution: "markdown-link-check@npm:3.12.2"
79837983
dependencies:

0 commit comments

Comments
 (0)