Skip to content

Commit

Permalink
use legacy peer deps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Dec 13, 2023
1 parent 15d9320 commit f29f695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: Install and Build
run: |
npm ci
npm install --legacy-peer-deps
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit f29f695

Please sign in to comment.