Skip to content

Commit 46b2d0c

Browse files
authored
Update lint.yaml
1 parent 777f7fb commit 46b2d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
node-version: lts/*
6767
- name: Install commitlint
6868
run: |
69-
npm install -D @commitlint/cli @commitlint/config-conventional
69+
npm install -D @commitlint/cli@19.8.1 @commitlint/config-conventional@19.8.1
7070
echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
7171
npx commitlint --version
7272
- name: Validate PR commits with commitlint

0 commit comments

Comments
 (0)