Skip to content

Commit c3690ef

Browse files
committed
Update markdownlint-cli 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 2e97f61 commit c3690ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-markdown-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3939
Add the dependencies by running this command:
4040

4141
```text
42-
npm install --save-dev markdown-link-check@^3.13.7 markdownlint-cli@^0.37.0
42+
npm install --save-dev markdown-link-check@^3.13.7 markdownlint-cli@^0.45.0
4343
```
4444

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

0 commit comments

Comments
 (0)