Skip to content

Commit

Permalink
update firebase tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jan 31, 2025
1 parent 6787820 commit b15e866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ commands:
- run:
# Use version of firebase-tools already installed in functions workspace to deploy
name: Deploy to Firebase
command: npx firebase-tools@12.7.0 deploy --debug -P << parameters.alias >> --non-interactive --force
command: npx firebase-tools@12.9.1 deploy --only functions --debug -P << parameters.alias >> --non-interactive --force
environment:
GOOGLE_APPLICATION_CREDENTIALS: service_account.json

Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"express": "^4.17.1",
"firebase-admin": "11.4.1",
"firebase-functions": "4.1.1",
"firebase-tools": "12.7.0",
"firebase-tools": "12.9.1",
"fs-extra": "^11.2.0",
"google-auth-library": "^9.10.0",
"handlebars": "^4.7.8",
Expand Down

0 comments on commit b15e866

Please sign in to comment.