Skip to content

Commit

Permalink
Pin emulator version in release pipeline (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbjorn authored Mar 27, 2024
1 parent a071698 commit 32c72e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

- name: Install Firestore emulator 🚧
run: |
curl -sL https://firebase.tools | bash
# with at least 13.5.1 and 13.6.0 tests can't connect to the emulator
npm install -g [email protected]
- name: Start Firestore emulator 🚦
run: |
Expand Down

0 comments on commit 32c72e2

Please sign in to comment.