You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation to support both mise and asdf version managers
The documentation previously required asdf, but mise is now the recommended
modern alternative. Updated to support both version managers with mise as
the recommended option.
Changes:
- Add mise installation instructions alongside asdf
- Update all commands to show mise equivalents
- Clarify that mise reads from mise.toml (no plugin installation needed)
- Update troubleshooting section for both version managers
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: SWITCHING_CI_CONFIGS.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,20 @@ The project runs tests against two configurations:
53
53
54
54
## Prerequisites
55
55
56
-
You must have [asdf](https://asdf-vm.com/) installed to manage Ruby and Node versions.
56
+
You must have a version manager like [mise](https://mise.jdx.dev/) (recommended) or [asdf](https://asdf-vm.com/) installed to manage Ruby and Node versions.
57
57
58
58
```bash
59
-
# Install asdf if needed (macOS with Homebrew)
59
+
# Install mise (recommended, modern alternative to asdf)
0 commit comments