We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a1fb6 commit aafa060Copy full SHA for aafa060
2 files changed
.nvmrc
@@ -1 +1 @@
1
-12.22.5
+16.10.0
WORKSPACE.bazel
@@ -27,7 +27,7 @@ build_bazel_rules_nodejs_dependencies()
27
load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")
28
nodejs_register_toolchains(
29
name = "nodejs", # Default name used by most tools.
30
- node_version = "12.22.5",
+ node_version = "16.10.0",
31
)
32
33
# The npm_install rule runs yarn anytime the package.json or package-lock.json file changes.
0 commit comments