Skip to content

Commit

Permalink
chore: fix release lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jun 7, 2022
1 parent 15676cd commit bc54615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
version: 7.1.7
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --strict-peer-dependencies=false --no-frozen-lockfile
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit bc54615

Please sign in to comment.