Skip to content

Commit

Permalink
Try to fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fbjorn committed Mar 27, 2024
1 parent 5a7d42c commit 86ce0bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.7.0] - 2024-03-25
## [0.7.0] - 2024-03-27

### Added

Expand Down

0 comments on commit 86ce0bb

Please sign in to comment.