Skip to content

Configure npm to enforce standard project Node.js version #593

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

Merged
merged 1 commit into from
Jun 14, 2025

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jun 14, 2025

Various templates use npm package-based tools. The templates are validated for use with a specific major version series of Node.js. Use of a different major version of Node.js by a contributor may result in spurious problems or unwanted results.

For this reason, it will be useful to configure npm to produce an error if the contributor uses an unsupported version of Node.js.

Various templates use npm package-based tools. The templates are validated for use with a specific major version series
of Node.js. Use of a different major version of Node.js by a contributor may result in spurious problems or unwanted
results.

For this reason, it will be useful to configure npm to produce an error if the contributor uses an unsupported version
of Node.js.
@per1234 per1234 self-assigned this Jun 14, 2025
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself topic: infrastructure Related to project infrastructure labels Jun 14, 2025
@per1234 per1234 merged commit 8a307f0 into arduino:main Jun 14, 2025
50 checks passed
@per1234 per1234 deleted the enforce-engines_node branch June 14, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant