Skip to content

Commit

Permalink
fix: update commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
veged committed Dec 15, 2022
1 parent ae29a7f commit 63166d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
with:
node-version: 18

- name: commitlint
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

- name: install root-deps
run: npm i --ignore-scripts

- name: commitlint
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

- name: eslint
run: npm run lint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"unit": "jest --config .config/jest/jest.config.js"
},
"devDependencies": {
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@types/enzyme": "3.10.12",
"@types/jest": "26.0.14",
"@types/react": "18.0.25",
Expand Down

0 comments on commit 63166d4

Please sign in to comment.