From 92f4db9d71f103aa69a7e6cfd739f5bc94a86a07 Mon Sep 17 00:00:00 2001 From: Mrinal Wadhwa Date: Sat, 27 Aug 2022 01:08:52 -0700 Subject: [PATCH] ci: pin commitlint to 17.1.1 Fix for https://github.com/conventional-changelog/commitlint/issues/3345 --- .github/workflows/commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 007c98a0408..d1311a6cef1 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -75,7 +75,7 @@ jobs: fi - name: Install Commitlint - run: npm install --location=global @commitlint/cli@16.3.0 # TODO: move to ockam-builder docker image. + run: npm install --location=global @commitlint/cli@17.1.1 # TODO: move to ockam-builder docker image. - name: Lint Commit Messages run: |