Skip to content

Conversation

@sushichan044
Copy link

@sushichan044 sushichan044 commented Oct 30, 2025

Motivation and Context

I noticed this while I was testing other issues on my end.

The 22.x.x format in .node-version was not correctly interpreted by version management tools especially mise.
This PR updates the format to 22 , which is the standard notation widely supported by these tools and automatically resolves to the latest Node.js 22.x release.

Existing setup-node action in CI does not affected by this. ref

How Has This Been Tested?

Breaking Changes

Types of changes

None of them - chore patch for local dev

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@sushichan044 sushichan044 changed the title chore: just specify major version to improve compatibility between tools chore: just specify major version to improve compatibility between dev tools Oct 30, 2025
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