From 63166d42d0714be652c1f59068c8f7cdb942d669 Mon Sep 17 00:00:00 2001 From: Sergey Berezhnoy Date: Mon, 12 Dec 2022 19:37:34 +0300 Subject: [PATCH] fix: update commitlint --- .github/workflows/ci.yml | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b52e8030..f4dbd6e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index 5c99f8f1..96eb5ba2 100644 --- a/package.json +++ b/package.json @@ -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",