[FR]: Provide codegen for node_repositories
value to simplify NodeJS upgrades
#3782
Labels
node_repositories
value to simplify NodeJS upgrades
#3782
What is the current behavior?
When using a version of NodeJS not known to the ruleset (typically a newer version)
node_repositories
must be specified. This is not difficult, but it is tedious (many hashes and strings to wrangle).e.g.
Describe the feature
Manually constructing
node_repositories
input is tedious work that can be automated easily. In fact, Rules NodeJS itself has already automated the update process internally. The request is to featurise this existing internal capability.The text was updated successfully, but these errors were encountered: