Skip to content

Commit

Permalink
- upgraded machine version, installing firebase CLI was erroring due …
Browse files Browse the repository at this point in the history
…to an old version of node, this new machine has newer node version. (#1916)
  • Loading branch information
Arkariang authored and mtgriego committed Dec 7, 2023
1 parent 7798d73 commit d10027a
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 @@ -5,7 +5,7 @@ base_job: &base_job
executor:
name: android/android-machine
resource-class: xlarge
tag: 2023.12.1 #https://circleci.com/developer/images/image/cimg/android
tag: 2023.11.1 #https://circleci.com/developer/images/image/cimg/android
working_directory: "~/project"
environment:
TERM: dumb
Expand Down

0 comments on commit d10027a

Please sign in to comment.