Skip to content

ci: upgrade oven-sh/setup-bun from v1 to v2#2

Open
im10furry wants to merge 12 commits into
mainfrom
fix/actions-errors-and-warnings
Open

ci: upgrade oven-sh/setup-bun from v1 to v2#2
im10furry wants to merge 12 commits into
mainfrom
fix/actions-errors-and-warnings

Conversation

@im10furry

Copy link
Copy Markdown
Owner

Summary

  • Upgraded \oven-sh/setup-bun\ from @v1\ to @v2\ across all 4 workflow files (ci.yml, release.yml, npm-publish.yml, dev-release.yml)
  • v1 uses deprecated Node 16 runtime, v2 uses Node 20
  • version-bump.yml unchanged (doesn't use Bun)

Workflows affected

  • \ci.yml\ — CI test matrix

  • elease.yml\ — manual release workflow

  • pm-publish.yml\ — stable release (tags)
  • \dev-release.yml\ — dev release (main)

im10furry added 12 commits May 29, 2026 12:33
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant