diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index ebbd3d45..aa8d3d5a 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -48,7 +48,7 @@ jobs: - name: Dependencies working-directory: ./ - run: npm ci + run: npm ci --legacy-peer-deps - name: Title run: echo "${{ github.event.pull_request.title }}" | npx commitlint --color --verbose $1