Skip to content

Commit

Permalink
downgrade firebase CLI version to 12.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheEichler committed Dec 7, 2023
1 parent 9a8a728 commit 4db0a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
pipenv install
- run:
name: Setup Firebase
command: curl -sL https://firebase.tools | bash
command: curl -Lo ./firebase_bin https://firebase.tools/bin/linux/12.7.0
- run:
name: Deploy to Firebase
no_output_timeout: 30m
Expand Down

0 comments on commit 4db0a5e

Please sign in to comment.