Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Use latest npm

Changed files
+3
.github
workflows
+3
.github/workflows/release.yaml
···
- name: Install Dependencies
run: pnpm install --frozen-lockfile --prefer-offline
+
- name: Update npm
+
run: npm install -g npm@11.6.2
+
- name: PR or Publish
id: changesets
uses: changesets/action@v1.5.3