feat(node-version-file): support parsing devEngines field - #1283
Merged
v-HarithaVattikuti merged 5 commits intoFeb 23, 2026
Conversation
|
Awsome! Appreciate for your work. |
This comment was marked as outdated.
This comment was marked as outdated.
SunsetTechuila
suggested changes
Jun 5, 2025
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
devEngineswith npm 11.This PR adds support for parsing the
devEngines.runtimefield (if it is set tonode) for allowing automatic setup.Related issue:
devEnginesfield inpackage.json#1255Check list: