Skip to content

Commit

Permalink
Edits angular pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nabil-hfz committed Dec 31, 2023
1 parent e1c5f60 commit 7759f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angular-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7759f29

Please sign in to comment.