mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
fix: set @commitlint/config-conventional to exact version 8.2.0
This commit is contained in:
parent
bc31cecbe8
commit
4fb94958d7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
"@actions/exec": "1.0.1",
|
"@actions/exec": "1.0.1",
|
||||||
"@actions/github": "1.1.0",
|
"@actions/github": "1.1.0",
|
||||||
"@commitlint/config-angular": "8.2.0",
|
"@commitlint/config-angular": "8.2.0",
|
||||||
"@commitlint/config-conventional": "^8.2.0",
|
"@commitlint/config-conventional": "8.2.0",
|
||||||
"@commitlint/config-lerna-scopes": "8.2.0",
|
"@commitlint/config-lerna-scopes": "8.2.0",
|
||||||
"@commitlint/config-patternplate": "8.2.0",
|
"@commitlint/config-patternplate": "8.2.0",
|
||||||
"@commitlint/format": "8.2.0",
|
"@commitlint/format": "8.2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue