Skip to content

Commit

Permalink
Update PNPM in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gomander committed May 20, 2024
1 parent 925b80a commit 05b3f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
node-version: 20
- name: Install pnpm and dependencies
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: true
- name: Run unit tests
run: pnpm test:unit
Expand Down

0 comments on commit 05b3f5f

Please sign in to comment.