improve: validate built CLI with Bun 1.4 (#129192)

* ci: validate built CLI with Bun 1.4

Amp-Thread-ID: https://ampcode.com/threads/T-01a037b7-66db-71f0-91e7-1578b383afb2

* test: align Bun Docker image assertion

Amp-Thread-ID: https://ampcode.com/threads/T-01a037b7-66db-71f0-91e7-1578b383afb2

* test: tolerate cold CLI startup in CI

Amp-Thread-ID: https://ampcode.com/threads/T-01a037b7-66db-71f0-91e7-1578b383afb2

---------

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Peter Steinberger
2026-08-25 03:44:57 -07:00
committed by GitHub
parent 97cd06b946
commit 5af05ab1a2
14 changed files with 43 additions and 17 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ runs:
shell: bash
run: |
set -euo pipefail
npm install -g bun@1.3.14
npm install -g bun@1.4.0
- name: Runtime versions
shell: bash