We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d754134 commit c34ddccCopy full SHA for c34ddcc
.github/workflows/commit-lint.yml
@@ -15,6 +15,6 @@ jobs:
15
fetch-depth: 0
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: 18
+ node-version: 18.12.0
19
- run: yarn add -D @commitlint/cli
20
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
0 commit comments