[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

🔧 pin Deno to v2.8.3 in CI

v2.9.0 fails JSR integrity checks on warm cache for files without a
manifest checksum (denoland/deno#35529). Size Report builds twice on
the same runner, so the base build hits the cache and errors on
`@ts-morph/common@0.27.0`'s dynamic `require("./crypto")`.

Restore `v2.x` once v2.9.1 ships.

Charles Lowell (Jul 1, 2026, 5:00 PM +0300) 35219e9f 5e253a72

+16 -4
+4 -1
.github/workflows/size-report.yml
··· 27 27 - name: setup deno 28 28 uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4 29 29 with: 30 - deno-version: v2.x 30 + # Pinned to v2.8.3 to avoid https://github.com/denoland/deno/issues/35529 31 + # (v2.9.0 rejects JSR files without a manifest checksum on warm cache). 32 + # Restore to v2.x once v2.9.1 ships. 33 + deno-version: v2.8.3 31 34 32 35 - name: setup node 33 36 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4
+12 -3
.github/workflows/verify.yaml
··· 29 29 - name: setup deno 30 30 uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4 31 31 with: 32 - deno-version: v2.x 32 + # Pinned to v2.8.3 to avoid https://github.com/denoland/deno/issues/35529 33 + # (v2.9.0 rejects JSR files without a manifest checksum on warm cache). 34 + # Restore to v2.x once v2.9.1 ships. 35 + deno-version: v2.8.3 33 36 34 37 - name: format 35 38 run: deno task fmt:check ··· 71 74 - name: setup deno 72 75 uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4 73 76 with: 74 - deno-version: v2.x 77 + # Pinned to v2.8.3 to avoid https://github.com/denoland/deno/issues/35529 78 + # (v2.9.0 rejects JSR files without a manifest checksum on warm cache). 79 + # Restore to v2.x once v2.9.1 ships. 80 + deno-version: v2.8.3 75 81 76 82 - name: download wasm artifact 77 83 uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 ··· 95 101 - name: setup deno 96 102 uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4 97 103 with: 98 - deno-version: v2.x 104 + # Pinned to v2.8.3 to avoid https://github.com/denoland/deno/issues/35529 105 + # (v2.9.0 rejects JSR files without a manifest checksum on warm cache). 106 + # Restore to v2.x once v2.9.1 ships. 107 + deno-version: v2.8.3 99 108 100 109 - name: Setup Node 101 110 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0