Skip to content

Commit

Permalink
ci: pin commitlint to 17.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Aug 27, 2022
1 parent 11764cf commit 92f4db9
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 --location=global @commitlint/cli@16.3.0 # TODO: move to ockam-builder docker image.
run: npm install --location=global @commitlint/cli@17.1.1 # TODO: move to ockam-builder docker image.

- name: Lint Commit Messages
run: |
Expand Down

0 comments on commit 92f4db9

Please sign in to comment.