Skip to content

Commit

Permalink
🐛 Remove bun support
Browse files Browse the repository at this point in the history
bun does not suport TextDecoderStream oven-sh/bun#5648
  • Loading branch information
zuisong committed Jan 20, 2024
1 parent 91f6f3c commit fc600cb
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2,145 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
include:
- runtime: deno
- runtime: node
- runtime: bun
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
include:
- runtime: deno
- runtime: node
- runtime: bun
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Loading

0 comments on commit fc600cb

Please sign in to comment.