Skip to content

Commit

Permalink
set firebase-tools to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey committed Dec 19, 2023
1 parent af87070 commit 4a7e896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 20
- name: Run integration tests against emulator
run: |
npm install -g firebase-tools@13.x
npm install -g firebase-tools
firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'
lint:
Expand Down

0 comments on commit 4a7e896

Please sign in to comment.