Skip to content

Commit 997cbd0

Browse files
chore: update .github/workflows/lint.yaml
1 parent d1bcb4d commit 997cbd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
node-version: lts/*
6262
- name: Install commitlint
6363
run: |
64-
COMMITLINT_VERSION=20.1.0
65-
npm install -D @commitlint/cli@$COMMITLINT_VERSION @commitlint/config-conventional@$COMMITLINT_VERSION
64+
npm install -D @commitlint/[email protected] @commitlint/[email protected]
6665
echo "module.exports = { extends: ['@commitlint/config-conventional'], rules: {'subject-case': [0], 'header-max-length': [0]} };" > commitlint.config.js
6766
npx commitlint --version
6867
- name: Validate PR commits with commitlint

0 commit comments

Comments
 (0)