Skip to content

Conversation

@jdx
Copy link
Owner

@jdx jdx commented Nov 26, 2025

Summary

  • Updated all node version examples in documentation from node 22 to node 24
  • Affects README.md and various docs/ files

Test plan

  • Verified no remaining node@22 references in docs markdown files

🤖 Generated with Claude Code


Note

Replaces Node.js 22 with 24 in commands, outputs, and config snippets across README, docs, and demo assets.

  • Docs:
    • Update Node.js references from 22 to 24 in README.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, and docs/walkthrough.md.
    • Adjust accompanying command outputs, paths, and config examples (e.g., mise use --global node@24, node = "24", ~/.local/share/installs/node/24.x.x/...).
  • Demo:
    • Update demo transcript docs/demo.md and recording script docs/tapes/demo.tape to use node@24 and corresponding output.

Written by Cursor Bugbot for commit b744b84. This will update automatically on new commits. Configure here.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Copilot AI review requested due to automatic review settings November 26, 2025 20:43
Copy link
Contributor

Copilot AI left a 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@22 to node@24 in code examples
  • Updated expected output versions from v22.x.x to v24.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.

@jdx jdx enabled auto-merge (squash) November 26, 2025 20:49
@jdx jdx merged commit 78258e9 into main Nov 26, 2025
31 checks passed
@jdx jdx deleted the docs/node-24 branch November 26, 2025 20:51
@github-actions
Copy link

Hyperfine Performance

mise x -- echo

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%

jdx pushed a commit that referenced this pull request Nov 27, 2025
### 📦 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)
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.

2 participants