We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98af44f commit a97d81eCopy full SHA for a97d81e
.github/workflows/firebase-hosting-merge.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: '20.x'
23
24
- name: Install dependencies
25
- run: npm install
+ run: npm install -legacy-peer-deps
26
27
- name: Build Angular app
28
run: npm run build
0 commit comments