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).
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.
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.