We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d832a3 commit 1ebd530Copy full SHA for 1ebd530
.github/workflows/buildAngular.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/[email protected]
18
19
- name: Install Dependencies
20
- run: npm ci
+ run: npm ci --legacy-peer-deps
21
22
- name: Build the Angular Application
23
run: npm run build
0 commit comments