Skip to content

Commit 76ff174

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 68e7aa8 commit 76ff174

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
@@ -59,7 +59,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5959
Add the dependencies by running this command:
6060

6161
```text
62-
npm install --save-dev markdown-link-check@^3.14.0 markdownlint-cli@^0.45.0
62+
npm install --save-dev markdown-link-check@^3.14.1 markdownlint-cli@^0.45.0
6363
```
6464

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

0 commit comments

Comments
 (0)