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 d23e3aa commit 2c075d7Copy full SHA for 2c075d7
.github/workflows/commitlint.yml
@@ -12,7 +12,7 @@ jobs:
12
PR_TITLE: ${{ github.event.pull_request.title }}
13
steps:
14
- uses: actions/checkout@v5
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
16
with:
17
node-version: '20'
18
- run: npm install -g --force commitlint @commitlint/cli commitlint-plugin-cleanfeet
0 commit comments