From b2e586a827034b1362bf5f8b0c2002371c7bb3e2 Mon Sep 17 00:00:00 2001 From: MatteoPologruto Date: Tue, 7 Mar 2023 10:12:17 +0100 Subject: [PATCH] Fix `markdownlint-cli` version typo in `check-markdown-task` documentation --- workflow-templates/check-markdown-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/check-markdown-task.md b/workflow-templates/check-markdown-task.md index a8068a03..1637448a 100644 --- a/workflow-templates/check-markdown-task.md +++ b/workflow-templates/check-markdown-task.md @@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co Add the dependencies by running this command: ```text -npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.33.2 +npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.33.0 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.