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",