diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index dbf9d707..44b3fdd3 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -34,6 +34,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - uses: pnpm/action-setup@v4 + with: + version: 9.7.1 - uses: actions/setup-node@v3 with: node-version: 20