Skip to content

Commit 6d49e4b

Browse files
force --legacy-peer-deps in CI/CD
1 parent 97c72f5 commit 6d49e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- run: cd docs && npm ci && npm run build
1515
- name: Test unit component
16-
run: npm ci && npm run test:unit
16+
run: npm ci --legacy-peer-deps && npm run test:unit
1717
- name: Test unit docs
1818
run: cd docs npm ci && npm run test:unit
1919
- uses: FirebaseExtended/action-hosting-deploy@v0

.github/workflows/firebase-hosting-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- run: cd docs && npm ci && npm run build
1313
- name: Test unit component
14-
run: npm ci && npm run test:unit
14+
run: npm ci --legacy-peer-deps && npm run test:unit
1515
- name: Test unit docs
1616
run: cd docs npm ci && npm run test:unit
1717
- uses: FirebaseExtended/action-hosting-deploy@v0

0 commit comments

Comments
 (0)