Skip to content

Commit

Permalink
Fix pnpm in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
pivee committed Nov 7, 2023
1 parent 8e62ed7 commit 607aac4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
- uses: actions/checkout@v3

# Install pnpm
- name: Install pnpm
run: |
curl -L https://get.pnpm.io | bash -s -- --global
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
if: success() # Only run if the previous step was successful

# Install dependencies
Expand Down

0 comments on commit 607aac4

Please sign in to comment.