From 11764cf4d5949c5b46f7c9a5a039d836c3c8b5c8 Mon Sep 17 00:00:00 2001 From: Mrinal Wadhwa Date: Sat, 27 Aug 2022 00:06:42 -0700 Subject: [PATCH] ci: pin commitlint to 16.3.0 This is to address this bug breaking CI 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 e239014df60..007c98a0408 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -75,7 +75,7 @@ jobs: fi - name: Install Commitlint - run: npm install -g @commitlint/cli # TODO: move to ockam-builder docker image. + run: npm install --location=global @commitlint/cli@16.3.0 # TODO: move to ockam-builder docker image. - name: Lint Commit Messages run: |