We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8f024 commit 3a281b4Copy full SHA for 3a281b4
.github/workflows/lint.yml
@@ -14,6 +14,6 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
- - uses: wagoid/commitlint-github-action@v5.4.5
+ - uses: wagoid/commitlint-github-action@v6.0.1
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -48,8 +48,8 @@
48
"yoga-layout-prebuilt": "^1.10.0"
49
},
50
"devDependencies": {
51
- "@commitlint/cli": "^17.0.0",
52
- "@commitlint/config-conventional": "^17.0.0",
+ "@commitlint/cli": "^19.3.0",
+ "@commitlint/config-conventional": "^19.2.2",
53
"@jest/test-result": "^29.0.2",
54
"@jest/types": "^29.0.2",
55
"@semantic-release/changelog": "^6.0.0",
0 commit comments