Skip to content

Commit

Permalink
chore: Update npm install command to include --legacy-peer-deps flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yagizhanNY committed May 23, 2024
1 parent 7c2f465 commit 4d4bd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Install Angular CLI
run: npm install @angular/cli
- name: Build
Expand Down

0 comments on commit 4d4bd8b

Please sign in to comment.