diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd12256..730b833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Install PNPM if: steps.package_manager.outputs.name == 'pnpm' - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.2.4 with: version: '${{ matrix.pnpm-version }}'