Skip to content

Commit

Permalink
Try to fix changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Feb 16, 2023
1 parent efbe966 commit 442942e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Install the packages
run: npm install --frozen-lockfile --ignore-engines
run: npm install --frozen-lockfile --ignore-engines --legacy-peer-deps

- name: Format release with Prettier
run: npm run format
Expand Down
Loading

0 comments on commit 442942e

Please sign in to comment.