Skip to content

Commit

Permalink
⬇️ Downgrade Bun version
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 17, 2024
1 parent 861f5db commit 1f0fd84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
bun: [1.1.25]
bun: [1.1.24]
experimental: [false]
name: 👷 CI Bun-${{ matrix.bun }} on ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"engines": {
"bun": ">=1.1"
},
"packageManager": "bun@1.1.25",
"packageManager": "bun@1.1.24",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1f0fd84

Please sign in to comment.