From 7759f2922ed56e504b791d35ad4a4d23cb00b6ed Mon Sep 17 00:00:00 2001 From: "nabil.alhafez" Date: Sun, 31 Dec 2023 19:38:43 +0200 Subject: [PATCH] Edits angular pipeline --- .github/workflows/angular-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angular-deploy.yml b/.github/workflows/angular-deploy.yml index 7c58a78e..d204ac9d 100644 --- a/.github/workflows/angular-deploy.yml +++ b/.github/workflows/angular-deploy.yml @@ -19,7 +19,7 @@ jobs: node-version: "18" - name: Install Firebase CLI - run: npm install -g firebase-tools + run: npm install -g firebase-tools | npm uninstall firebase-tools | npm i -g firebase-tools@7.0.2 - name: Install Dependencies run: npm install --legacy-peer-deps