Skip to content

Commit 67c8f8a

Browse files
committed
fix(CI): use firebase-tools@14
1 parent 8334549 commit 67c8f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout_minutes: 10
3232
retry_wait_seconds: 60
3333
max_attempts: 3
34-
command: npm i -g firebase-tools@11
34+
command: npm i -g firebase-tools@14
3535
- name: Setup e2e secrets
3636
run: |
3737
echo SMTP_PASSWORD=${{ secrets.SENDGRID_API_KEY }} >> _emulator/extensions/firestore-send-email-sendgrid.secret.local

0 commit comments

Comments
 (0)