Skip to content

Commit 5a2b9b4

Browse files
chore: ajusta comando de instalação de dependências para compatibilidade com peer-deps
1 parent c32e0db commit 5a2b9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: '22.x'
1818
- name: Install dependencies and build
19-
run: npm ci && npm run build
19+
run: npm ci --legacy-peer-deps && npm run build
2020
- name: Run unit tests
2121
run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadless
2222
- name: Run module tests

0 commit comments

Comments
 (0)