Skip to content

Commit 33b3969

Browse files
committed
Update github-label-sync 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 2f00e4e commit 33b3969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/sync-labels-npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the dependencies by running this command:
2222

2323
```text
2424
npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1
25-
npm install --save-dev --save-exact github-label-sync@2.3.1
25+
npm install --save-dev --save-exact github-label-sync@3.0.0
2626
```
2727

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

0 commit comments

Comments
 (0)