Skip to content

Commit

Permalink
Merge pull request #44 from yagizhanNY/update-angular-material
Browse files Browse the repository at this point in the history
chore: Update npm install command to include --legacy-peer-deps flag
  • Loading branch information
yagizhanNY authored May 23, 2024
2 parents ecf7bd4 + 4d4bd8b commit f2f5294
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 f2f5294

Please sign in to comment.