Skip to content

Commit f484c6f

Browse files
authored
Merge pull request #45 from yagizhanNY/update-angular-material
chore: Update npm install command to include --legacy-peer-deps flag
2 parents f2f5294 + 2ad3561 commit f484c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install --legacy-peer-deps
2424
- name: Install Angular CLI
25-
run: npm install @angular/cli
25+
run: npm install @angular/cli --legacy-peer-deps
2626
- name: Build
2727
run: npm run build
2828
- name: Deploy

0 commit comments

Comments
 (0)