Skip to content

Commit f9185f2

Browse files
committed
Update prettier version in "Check Prettier Formatting" 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 d0af635 commit f9185f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-prettier-formatting-task.md

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

3636
```text
37-
npm install --save-dev prettier@^2.8.7
37+
npm install --save-dev prettier@^2.8.8
3838
```
3939

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

0 commit comments

Comments
 (0)