We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc129d commit cd593a8Copy full SHA for cd593a8
.github/workflows/nodejs.yml
@@ -51,7 +51,7 @@ jobs:
51
run: npm run security
52
53
- name: Check commit message
54
- uses: wagoid/commitlint-github-action@v4
+ uses: wagoid/commitlint-github-action@v5
55
56
test:
57
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
0 commit comments