Skip to content

Commit

Permalink
Handle legacy peer deps in pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stastez committed Jul 17, 2024
1 parent 71bc556 commit f752d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: npm i --legacy-peer-deps

- name: Build project
run: npm run build
Expand Down

0 comments on commit f752d45

Please sign in to comment.