Skip to content

Commit 21ba731

Browse files
committed
Update markdown-link-check version in template installation docs
This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with.
1 parent 2fdf95b commit 21ba731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-markdown-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3737
Add the dependencies by running this command:
3838

3939
```text
40-
npm install --save-dev markdown-link-check@^3.11.2 markdownlint-cli@^0.37.0
40+
npm install --save-dev markdown-link-check@^3.13.7 markdownlint-cli@^0.37.0
4141
```
4242

4343
Commit the resulting changes to the `package.json` and `package-lock.json` files.

0 commit comments

Comments
 (0)