We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459b51c commit 090b6ebCopy full SHA for 090b6eb
.github/workflows/markdown-link-check.yaml
@@ -20,9 +20,9 @@ jobs:
20
- uses: actions/checkout@v3
21
- uses: actions/setup-node@v3
22
with:
23
- node-version: '16.x'
+ node-version: '20.x'
24
- name: install markdown-link-check
25
- run: npm install -g markdown-link-check@3.10.2
+ run: npm install -g markdown-link-check@3.12.2
26
- name: markdown-link-check version
27
run: npm list -g markdown-link-check
28
- name: Run markdown-link-check on MD files
0 commit comments