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

chore(actions): Update npm

Changed files
+4
.github
workflows
+4
.github/workflows/release.yml
···
uses: actions/setup-node@v4
with:
node-version: 20
+
registry-url: "https://registry.npmjs.org"
+
+
- name: Update npm
+
run: npm install -g npm@latest
- name: Setup pnpm
uses: pnpm/action-setup@v3