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 c32e0db commit 5a2b9b4Copy full SHA for 5a2b9b4
.github/workflows/firebase-hosting-merge.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: '22.x'
18
- name: Install dependencies and build
19
- run: npm ci && npm run build
+ run: npm ci --legacy-peer-deps && npm run build
20
- name: Run unit tests
21
run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadless
22
- name: Run module tests
0 commit comments