We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8334549 commit 67c8f8aCopy full SHA for 67c8f8a
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
timeout_minutes: 10
32
retry_wait_seconds: 60
33
max_attempts: 3
34
- command: npm i -g firebase-tools@11
+ command: npm i -g firebase-tools@14
35
- name: Setup e2e secrets
36
run: |
37
echo SMTP_PASSWORD=${{ secrets.SENDGRID_API_KEY }} >> _emulator/extensions/firestore-send-email-sendgrid.secret.local
0 commit comments