Skip to content

Commit

Permalink
Add pnpm to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
apvarun committed Aug 23, 2024
1 parent 6c5bdd0 commit 1f611d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 1f611d1

Please sign in to comment.