Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(actions): Update npm

+4
+4
.github/workflows/release.yml
··· 27 27 uses: actions/setup-node@v4 28 28 with: 29 29 node-version: 20 30 + registry-url: "https://registry.npmjs.org" 31 + 32 + - name: Update npm 33 + run: npm install -g npm@latest 30 34 31 35 - name: Setup pnpm 32 36 uses: pnpm/action-setup@v3