From 72541af87624e5141821a6086f0288e0a39f56d4 Mon Sep 17 00:00:00 2001 From: Ananta Krsna dasa Date: Thu, 7 Dec 2023 16:11:30 +0700 Subject: [PATCH] Install Firebase Tools using `npm` --- .github/workflows/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 45f3494da..2fc08464e 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -41,7 +41,7 @@ jobs: SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} # Firebase Tools installer needs a fresh Node version, therefore it should go after `setup-node` - - run: curl -sL firebase.tools | analytics=false bash + - run: npm i -g firebase - name: Download audio records from the Firebase RTDB run: firebase database:get /audio/published/records --output $RUNNER_TEMP/audios.json --project ${{ vars.GCP_PROJECT_ID }}