Skip to content

Commit

Permalink
Merge pull request #4 from OnixByte-OpenSource/develop
Browse files Browse the repository at this point in the history
ci: fix ci configurations
  • Loading branch information
zihluwang authored Jun 19, 2024
2 parents f83cf7c + 3090216 commit 58b2154
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 58b2154

Please sign in to comment.