Skip to content

Commit

Permalink
build: use nvmrc version to set node version in WORKSPACE (angular#259)
Browse files Browse the repository at this point in the history
Use the nvmrc version to set the version of node used in WORKSPACE to more centrally manage the version of
node being used.

PR Close angular#259
  • Loading branch information
josephperrott committed Oct 11, 2021
1 parent 27f571c commit 4fee007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http_archive(
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")

node_repositories(
node_version = "16.10.0",
use_nvmrc = "//:.nvmrc",
)

yarn_install(
Expand Down

0 comments on commit 4fee007

Please sign in to comment.