Open
Description
What is the current behavior?
Only versions listed in the internal nodejs/private/node_versions.bzl
list are accepted.
Describe the feature
Add node_repositories
as an attribute to node.toolchain
to allow using versions of NodeJS that did not exist when the ruleset was last released.
This is already possible when using the older nodejs_repositories
rule/macro directly.