Mirror: The spec-compliant minimum of client-side GraphQL.

chore: Upgrade to pnpm@8 in CI task

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/ci.yml
··· 25 25 - name: Setup pnpm 26 26 uses: pnpm/action-setup@v2.2.2 27 27 with: 28 - version: 7 28 + version: 8 29 29 run_install: false 30 30 31 31 - name: Get pnpm store directory