Revert "initial bun setup"

This reverts commit 5236f7a212.

bun was causing code 1006 websocket errors
This commit is contained in:
Evan
2025-03-16 20:37:04 -07:00
parent 46889077f0
commit 2c075fc382
6 changed files with 18474 additions and 3115 deletions
+5 -4
View File
@@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v4
with:
bun-version: 1.2.4
- run: bun i
- run: bunx prettier --check .
node-version: "20"
cache: "npm"
- run: npm ci
- run: npx prettier --check .