Skip to content

Commit

Permalink
Add pnpm to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed May 27, 2024
1 parent c6b9636 commit e532f33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
run: npm install -g pnpm
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit e532f33

Please sign in to comment.