Skip to content

Commit

Permalink
chore: comment out bun version specification in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDeshaies committed Dec 4, 2024
1 parent 7fcd49d commit 3031506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# Use Bun
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.38
# with:
# bun-version: 1.1.38
# Install
- name: Install
run: bun install
Expand Down

0 comments on commit 3031506

Please sign in to comment.