From bf827ac63dce4002a05acc0017b0f91f63bf2d7f Mon Sep 17 00:00:00 2001 From: Jacek Radko Date: Thu, 14 Nov 2024 19:42:53 -0600 Subject: [PATCH] fix(repo): PR title linter (#4572) --- .github/workflows/pr-title-linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-title-linter.yml b/.github/workflows/pr-title-linter.yml index b70a34647f..13d294f3ec 100644 --- a/.github/workflows/pr-title-linter.yml +++ b/.github/workflows/pr-title-linter.yml @@ -25,6 +25,8 @@ jobs: - name: Install PNPM uses: pnpm/action-setup@v4 + with: + version: 9.13.0 - name: Lint Pull Request Title run: |