ci: upgrade oven-sh/setup-bun from v1 to v2#2
Open
im10furry wants to merge 12 commits into
Open
Conversation
…DE24 to CI workflows
…iable statusline command - Add debug:true to Ink render() in test harnesses to bypass CI output deferral (isInCi stores output until unmount, causing empty getOutput()) - Increase BashTool background test wait 2s→5s (command takes ~3s) - Replace process.execPath -e with echo/printf in statusline test - Increase statusline test wait 1s→3s - Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 to ci.yml for Node 20 deprecation
- Add GITHUB_TOKEN to CI env for @vscode/ripgrep postinstall (403 rate limit) - Pin prettier to exact 3.7.3 to avoid version drift on CI
…n CI - Add endOfLine:auto to .prettierrc — Windows Git checks out CRLF which Prettier's default LF rejects across all 574 files - Skip background test on CI — depends on 2s PROGRESS_INITIAL_DELAY_MS timing which is unreliable on shared CI runners
- acp-toad-smoke: use process.execPath instead of bare 'bun' (ENOENT on Windows) - bash-tool-progress: replace Unix 'sleep' with cross-platform ping-based delay, use '&' separator instead of ';' for cmd.exe - bun-shell-sandbox-bwrap: skip on non-Linux (bwrap is Linux-only, chmod/mkdir /tmp fail)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Workflows affected
elease.yml\ — manual release workflow
pm-publish.yml\ — stable release (tags)