Skip to content

Commit 1874cc7

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 557df98 commit 1874cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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@^3.3.3
37+
npm install --save-dev prettier@^3.4.0
3838
```
3939

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

0 commit comments

Comments
 (0)