chore: upgrade runtime to Bun 1.4.0

- Update Nix flake.nix overlay to use Bun 1.4.0 (overrideAttrs)
- Update CI (setup-bun) to pin bun-version: 1.4.0
- Update package.json packageManager/Dockerfile/vercel.json
- sha256: sha256:Poy0vf7yJ/hzk33QiQj5gnshI5Q7dfbaMD7xgwiyDKw=
This commit is contained in:
asepharyana
2026-08-29 11:05:40 +07:00
parent 05bf17fc90
commit 9d314f0f55
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
bun-version: "1.4.0"
- name: Install deps (root workspace)
run: bun install --frozen-lockfile