Skip to content

Node.js: commit the latest version#39

Open
pharret31 wants to merge 2 commits intoDevExpress:mainfrom
pharret31:4091-update-node-version-in-repos
Open

Node.js: commit the latest version#39
pharret31 wants to merge 2 commits intoDevExpress:mainfrom
pharret31:4091-update-node-version-in-repos

Conversation

@pharret31
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings May 8, 2026 10:00
Copy link
Copy Markdown
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

Updates the repository’s Node.js toolchain versioning to align local/dev tooling on a specific Node release.

Changes:

  • Pin package.json engines.node to 24.15.0 and add a matching volta.node entry.
  • Add .tool-versions (asdf) with nodejs 24.15.0.
  • Add .node-version (nvm/nodenv) with 24.15.0.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Pins Node version in engines and adds Volta configuration.
.tool-versions Adds asdf Node.js version pin.
.node-version Adds nvm/nodenv Node.js version pin.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"license": "MIT",
"engines": {
"node": ">=20.0.0",
"node": "24.15.0",
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.

3 participants