Skip to content

Commit

Permalink
Upgrades Node.js to v16.10.0.
Browse files Browse the repository at this point in the history
Refs #46.
  • Loading branch information
dgp1130 committed Jul 17, 2022
1 parent 39a1fb6 commit aafa060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.5
16.10.0
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_bazel_rules_nodejs_dependencies()
load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")
nodejs_register_toolchains(
name = "nodejs", # Default name used by most tools.
node_version = "12.22.5",
node_version = "16.10.0",
)

# The npm_install rule runs yarn anytime the package.json or package-lock.json file changes.
Expand Down

0 comments on commit aafa060

Please sign in to comment.