Skip to content

Commit

Permalink
ci: fix ci configurations
Browse files Browse the repository at this point in the history
pnpm is correctly setup
  • Loading branch information
zihluwang committed Jun 19, 2024
1 parent 23c81f4 commit 3090216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
fetch-depth: 0
- uses: pnpm/action-setup@v3
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3090216

Please sign in to comment.