Skip to content

Commit e12b03f

Browse files
authored
fix(ci): pin commitlint version (#466)
1 parent 6e58870 commit e12b03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install node dependencies
1313
run: |
1414
npm install conventional-changelog-conventionalcommits
15-
npm install commitlint@latest
15+
npm install commitlint@18.2.0
1616
1717
- name: Validate current commit (last commit) with commitlint
1818
if: github.event_name == 'push'

0 commit comments

Comments
 (0)