Skip to content

Commit

Permalink
ci: fix validate pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Feb 28, 2024
1 parent f51c0ec commit d33eff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm install -g @commitlint/cli @commitlint/config-conventional
run: npm install -g @commitlint/cli@18.6.1 @commitlint/config-conventional@18.6.2
- name: Configure
run: |
echo 'module.exports = {"extends": ["@commitlint/config-conventional"]}' > commitlint.config.js
Expand All @@ -60,7 +60,7 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm install -g @commitlint/cli @commitlint/config-conventional
run: npm install -g @commitlint/cli@18.6.1 @commitlint/config-conventional@18.6.2
- name: Configure
run: |
echo 'module.exports = {"extends": ["@commitlint/config-conventional"]}' > commitlint.config.js
Expand Down

0 comments on commit d33eff9

Please sign in to comment.