Skip to content

Commit c57eaf7

Browse files
chore: update .github/workflows/lint.yaml
1 parent f5d64c5 commit c57eaf7

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
@@ -71,8 +71,7 @@ jobs:
7171
node-version: lts/*
7272
- name: Install commitlint
7373
run: |
74-
COMMITLINT_VERSION=20.1.0
75-
npm install -D @commitlint/cli@$COMMITLINT_VERSION @commitlint/config-conventional@$COMMITLINT_VERSION
74+
npm install -D @commitlint/cli@20.1.0 @commitlint/config-conventional@20.0.0
7675
echo "module.exports = { extends: ['@commitlint/config-conventional'], rules: {'subject-case': [0], 'header-max-length': [0]} };" > commitlint.config.js
7776
npx commitlint --version
7877
- name: Validate PR commits with commitlint

0 commit comments

Comments
 (0)