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): Remove frozen lockfile check from Release Workflow (#2865)

authored by

Phil Pluckthun and committed by
GitHub
bbd5502e d16059cf

+1 -1
+1 -1
.github/workflows/release.yml
··· 41 41 ${{ runner.os }}-pnpm- 42 42 43 43 - name: Install Dependencies 44 - run: pnpm install --frozen-lockfile --prefer-offline 44 + run: pnpm install 45 45 46 46 - name: PR or Publish 47 47 id: changesets