Skip to content

Commit a001b47

Browse files
chore(commitlint): update commit-msg hook to use specific commitlint version
1 parent 67efbf6 commit a001b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.git-hooks/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
set -e
33

4-
npx --yes @commitlint/cli --edit "$1"
4+
npx --yes @commitlint/cli@20.4.3 --edit "$1"

0 commit comments

Comments
 (0)