From 89a6e5e0c0eb7720aa66199cf3f41ff0308932bb Mon Sep 17 00:00:00 2001 From: Abhi Markan Date: Thu, 16 May 2024 07:40:09 +0100 Subject: [PATCH] feat(github-actions): enable various imperative github actions --- .github/workflows/github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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