Skip to content

Commit 8b9af82

Browse files
committed
[JS] Set node version to 16.x.x in WORKSPACE
1 parent 335df76 commit 8b9af82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ build_bazel_rules_nodejs_dependencies()
192192
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")
193193

194194
node_repositories(
195-
node_version = "18.12.0",
195+
node_version = "16.18.1",
196196
)
197197

198198
npm_install(

0 commit comments

Comments
 (0)