Skip to content

Commit

Permalink
Fix `npm warn exec The following package was not found and will be in…
Browse files Browse the repository at this point in the history
…stalled: [email protected]`
  • Loading branch information
TyHil committed Nov 21, 2024
1 parent c48fb55 commit e57a711
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
with:
submodules: recursive

- name: Set up PNPM
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install Firebase CLI
run: pnpm install

- name: Deploy to Firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit e57a711

Please sign in to comment.