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: |