WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2804e5a

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 fb52c85 commit 2804e5a

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.7.3
60+
npm install --save-dev prettier@^3.7.4
6161
```
6262

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

0 commit comments

Comments
 (0)