Skip to content

Commit

Permalink
chore: 🤖 relax pnpm install in changeset ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 30, 2024
1 parent d3afcb2 commit 3355b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/changeset-version-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
- name: Install dependencies
if: ${{ steps.changeset-status.outputs.skip != 'true' }}
run: |
pnpm install \
--strict-peer-dependencies
pnpm install
- name: Changeset status
id: changeset-status
Expand Down

0 comments on commit 3355b2a

Please sign in to comment.