diff --git a/workflow-templates/check-prettier-formatting-task.md b/workflow-templates/check-prettier-formatting-task.md index 48cc5bd6..18da3a20 100644 --- a/workflow-templates/check-prettier-formatting-task.md +++ b/workflow-templates/check-prettier-formatting-task.md @@ -34,7 +34,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 prettier@^3.4.0 +npm install --save-dev prettier@^3.4.1 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.