Skip to content

Commit

Permalink
using npm to install pnpm in push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal committed Jan 23, 2025
1 parent 6358a0b commit 2349688
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

# Install pnpm
- name: Install pnpm
run: |
curl -fsSL https://get.pnpm.io/install.sh | sh -
run: npm install -g pnpm

# Install dependencies and run tests
- name: Run Tests and Upload Coverage to Codecov
Expand Down

0 comments on commit 2349688

Please sign in to comment.