diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f568b6c..975a3e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4 + with: + version: - name: Install Dependencies run: pnpm install