Skip to content

Commit aad7f9a

Browse files
chore: update .github/workflows/lint.yaml
1 parent 66afdc3 commit aad7f9a

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
@@ -67,8 +67,7 @@ jobs:
6767
node-version: lts/*
6868
- name: Install commitlint
6969
run: |
70-
COMMITLINT_VERSION=20.1.0
71-
npm install -D @commitlint/cli@$COMMITLINT_VERSION @commitlint/config-conventional@$COMMITLINT_VERSION
70+
npm install -D @commitlint/[email protected] @commitlint/[email protected]
7271
echo "module.exports = { extends: ['@commitlint/config-conventional'], rules: {'subject-case': [0], 'header-max-length': [0]} };" > commitlint.config.js
7372
npx commitlint --version
7473
- name: Validate PR commits with commitlint

0 commit comments

Comments
 (0)