Skip to content

Commit

Permalink
chore: use legacy-peer-deps (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmr authored Aug 13, 2022
1 parent aa32fe3 commit ac4ef33
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 @@ -13,7 +13,7 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit ac4ef33

Please sign in to comment.