File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
15
15
Add the dependencies by running this command:
16
16
17
17
``` 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
19
19
```
20
20
21
21
Commit the resulting changes to the ` package.json ` and ` package-lock.json ` files.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
26
26
Add the dependencies by running this command:
27
27
28
28
``` 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
30
30
```
31
31
32
32
Commit the resulting changes to the ` package.json ` and ` package-lock.json ` files.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
21
21
Add the dependencies by running this command:
22
22
23
23
``` 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
25
25
npm install --save-dev --save-exact github-label-sync@2.3.1
26
26
```
27
27
You can’t perform that action at this time.
0 commit comments