Skip to content

Commit

Permalink
ci: update commit-lint to v18.6.0 and add version pinning for config …
Browse files Browse the repository at this point in the history
…package
  • Loading branch information
kosmoz committed Jan 25, 2024
1 parent 0853ae1 commit c6e656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '20.9'
- name: Install commitlint
run: |
npm install @commitlint/cli@17.7.1 @commitlint/config-conventional
npm install @commitlint/cli@18.6.0 @commitlint/config-conventional@18.6.0
echo "module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
Expand Down

0 comments on commit c6e656b

Please sign in to comment.