Open Silic0nS0ldier opened 2 months ago
Only versions listed in the internal nodejs/private/node_versions.bzl list are accepted.
nodejs/private/node_versions.bzl
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.
node_repositories
node.toolchain
This is already possible when using the older nodejs_repositories rule/macro directly.
nodejs_repositories
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 tonode.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.