From 8af1ec3e0f28265d573be02a4bf7a75092d258fa Mon Sep 17 00:00:00 2001 From: ivndev001 Date: Sat, 5 Sep 2026 13:38:39 +0000 Subject: [PATCH] probe: pre-dual-read tree on bun 1.4.2 (throwaway, do not merge) Isolation experiment for #70. Every historical run is confounded: pre-dual-read commits all ran bun 1.3.x, post-dual-read commits all ran 1.4.x, so the two cannot be separated from history. Today's pinned runs supplied one missing cell (1.3.14 + post-dual-read: signs-in hangs 30s). This supplies the other. Co-Authored-By: Claude Opus 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71a8fda..c9eacfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: oven-sh/setup-bun@v2 with: - bun-version: latest + bun-version: 1.4.2 - name: install run: bun install