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 29b1773 commit fda4116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/angular-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: '18'

- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Install Dependencies
run: npm install --legacy-peer-deps
working-directory: ./frontend
Expand Down

0 comments on commit fda4116

Please sign in to comment.