setup-node icon indicating copy to clipboard operation
setup-node copied to clipboard

feat(node-version-file): support parsing `devEngines` field

Open susnux opened this issue 10 months ago • 8 comments

Description: Currently if you want to support multiple versions for running (e.g. a library) but enforce a specific version for development you can set devEngines with npm 11. This PR adds support for parsing the devEngines.runtime field (if it is set to node) for allowing automatic setup.

Related issue:

  • Resolves #1255

Check list:

  • [x] Mark if documentation changes are required.
  • [x] Mark if tests were added or updated to cover the changes.

susnux avatar Apr 20 '25 11:04 susnux