-
-
Notifications
You must be signed in to change notification settings - Fork 769
docs: update node examples from 22 to 24 #7074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates Node.js version examples in documentation from version 22 to version 24 across multiple documentation files and examples.
Key Changes:
- Updated all Node.js version references from
node@22tonode@24in code examples - Updated expected output versions from
v22.x.xtov24.x.x - Updated upgrade examples to demonstrate upgrading from version 24 to 26 (instead of 22 to 24)
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/walkthrough.md | Updated installation, version output, and upgrade examples to use node 24 |
| docs/troubleshooting.md | Updated troubleshooting examples showing node version detection |
| docs/tips-and-tricks.md | Updated upgrade bump example to reference node 24 |
| docs/tapes/demo.tape | Updated demo script to execute with node 24 |
| docs/mise-cookbook/nodejs.md | Updated global installation example to use node 24 |
| docs/getting-started.md | Updated getting started examples and configuration samples |
| docs/environments/index.md | Updated environment variable examples with node 24 |
| docs/dev-tools/mise-lock.md | Updated lock file example to show node 24 usage |
| docs/dev-tools/index.md | Updated tool installation and usage examples |
| docs/demo.md | Updated demo output to show node 24 execution |
| README.md | Updated main README examples to use node 24 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.11.8 x -- echo |
19.6 ± 0.4 | 18.6 | 22.6 | 1.00 |
mise x -- echo |
19.8 ± 0.8 | 18.7 | 28.1 | 1.01 ± 0.05 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.11.8 env |
18.8 ± 0.4 | 18.0 | 22.0 | 1.00 |
mise env |
19.7 ± 0.7 | 18.3 | 22.8 | 1.05 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.11.8 hook-env |
19.3 ± 0.6 | 18.2 | 24.0 | 1.00 |
mise hook-env |
20.1 ± 0.6 | 18.5 | 23.5 | 1.04 ± 0.04 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.11.8 ls |
17.0 ± 0.4 | 16.0 | 18.4 | 1.00 |
mise ls |
17.7 ± 0.8 | 16.4 | 26.7 | 1.04 ± 0.05 |
xtasks/test/perf
| Command | mise-2025.11.8 | mise | Variance |
|---|---|---|---|
| install (cached) | 109ms | 112ms | -2% |
| ls (cached) | 67ms | 66ms | +1% |
| bin-paths (cached) | 73ms | 74ms | -1% |
| task-ls (cached) | 441ms | 446ms | -1% |
### 📦 Registry - add charmbracelet/crush by @ev-the-dev in [#7075](#7075) ### 🚀 Features - **(aqua)** add symlink_bins option to filter exposed binaries by @jdx in [#7076](#7076) ### 🐛 Bug Fixes - **(aqua)** skip whitespace before pipe token in template parser by @jdx in [#7069](#7069) - **(docs)** link github backends to github repo URLs by @SKalt in [#7071](#7071) ### 📚 Documentation - update node examples from 22 to 24 by @jdx in [#7074](#7074) ### ⚡ Performance - **(hook-env)** add fast-path to skip initialization when nothing changed by @jdx in [#7073](#7073) ### New Contributors - @ev-the-dev made their first contribution in [#7075](#7075) - @SKalt made their first contribution in [#7071](#7071) ## 📦 Aqua Registry Updates #### New Packages (3) - [`SonarSource/sonar-scanner-cli`](https://github.com/SonarSource/sonar-scanner-cli) - [`Stranger6667/jsonschema`](https://github.com/Stranger6667/jsonschema) - [`peteretelej/tree`](https://github.com/peteretelej/tree) #### Updated Packages (2) - [`astral-sh/uv`](https://github.com/astral-sh/uv) - [`pre-commit/pre-commit`](https://github.com/pre-commit/pre-commit)
Summary
Test plan
🤖 Generated with Claude Code
Note
Replaces Node.js 22 with 24 in commands, outputs, and config snippets across README, docs, and demo assets.
22to24inREADME.md,docs/getting-started.md,docs/environments/index.md,docs/dev-tools/index.md,docs/dev-tools/mise-lock.md,docs/mise-cookbook/nodejs.md,docs/tips-and-tricks.md,docs/troubleshooting.md, anddocs/walkthrough.md.mise use --global node@24,node = "24",~/.local/share/installs/node/24.x.x/...).docs/demo.mdand recording scriptdocs/tapes/demo.tapeto usenode@24and corresponding output.Written by Cursor Bugbot for commit b744b84. This will update automatically on new commits. Configure here.