Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyarajbag committed Jan 22, 2025
1 parent dd38e19 commit 5ed3628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# Step 3: Install pnpm
- name: Install pnpm
run: npm install -g pnpm
env:
PATH: /home/runner/.npm-global/bin:${{ env.PATH }}

# Step 4: Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit 5ed3628

Please sign in to comment.