We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: