We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d8666 commit 1592b9eCopy full SHA for 1592b9e
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,10 @@ jobs:
67
68
- name: Install dependencies
69
run: npm install
70
-
+
71
+ - name: Install Angular Dependency
72
+ run: npm install -g @angular/cli@1.7.3
73
74
- name: Build and test frontend
75
run: |
76
cd frontend
@@ -88,6 +91,9 @@ jobs:
88
91
89
92
90
93
94
95
96
97
98
- name: Test backend
99
0 commit comments