Skip to content

Commit 1592b9e

Browse files
authored
Update ci.yml
1 parent 05d8666 commit 1592b9e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ jobs:
6767

6868
- name: Install dependencies
6969
run: npm install
70-
70+
71+
- name: Install Angular Dependency
72+
run: npm install -g @angular/cli@1.7.3
73+
7174
- name: Build and test frontend
7275
run: |
7376
cd frontend
@@ -88,6 +91,9 @@ jobs:
8891

8992
- name: Install dependencies
9093
run: npm install
94+
95+
- name: Install Angular Dependency
96+
run: npm install -g @angular/cli@1.7.3
9197

9298
- name: Test backend
9399
run: |

0 commit comments

Comments
 (0)