Skip to content

Commit ae2cdb4

Browse files
committed
Update ajv-formats 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 01eafac commit ae2cdb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workflow-templates/check-taskfiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
1515
Add the dependencies by running this command:
1616

1717
```text
18-
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1
18+
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
1919
```
2020

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

workflow-templates/check-workflows-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
2626
Add the dependencies by running this command:
2727

2828
```text
29-
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1
29+
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
3030
```
3131

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

workflow-templates/sync-labels-npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
2121
Add the dependencies by running this command:
2222

2323
```text
24-
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1
24+
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
2525
npm install --save-dev --save-exact [email protected]
2626
```
2727

0 commit comments

Comments
 (0)