We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c72f5 commit 6d49e4bCopy full SHA for 6d49e4b
.github/workflows/firebase-hosting-merge.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- run: cd docs && npm ci && npm run build
15
- name: Test unit component
16
- run: npm ci && npm run test:unit
+ run: npm ci --legacy-peer-deps && npm run test:unit
17
- name: Test unit docs
18
run: cd docs npm ci && npm run test:unit
19
- uses: FirebaseExtended/action-hosting-deploy@v0
.github/workflows/firebase-hosting-pull-request.yml
@@ -11,7 +11,7 @@ jobs:
11
12
0 commit comments