Skip to content

Commit

Permalink
ci: pin commitlint to 16.3.0
Browse files Browse the repository at this point in the history
This is to address this bug breaking CI
conventional-changelog/commitlint#3345
  • Loading branch information
mrinalwadhwa authored and mergify[bot] committed Aug 27, 2022
1 parent 56677b6 commit 11764cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
fi
- name: Install Commitlint
run: npm install -g @commitlint/cli # TODO: move to ockam-builder docker image.
run: npm install --location=global @commitlint/cli@16.3.0 # TODO: move to ockam-builder docker image.

- name: Lint Commit Messages
run: |
Expand Down

0 comments on commit 11764cf

Please sign in to comment.