Skip to content

Commit 78fc644

Browse files
committed
Update prettier 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 59f95fd commit 78fc644

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

5959
```text
60-
npm install --save-dev prettier@^3.5.3
60+
npm install --save-dev prettier@^3.6.2
6161
```
6262

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

0 commit comments

Comments
 (0)