Skip to content

Commit

Permalink
install legacy depencencies
Browse files Browse the repository at this point in the history
  • Loading branch information
varya committed Jun 29, 2023
1 parent 1e84154 commit f9264ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Build for production
run: npm run deploy:build
- name: Deploy
Expand Down

0 comments on commit f9264ad

Please sign in to comment.