Skip to content

Commit d52f7ba

Browse files
committed
[JS] Set node_version to 18.x.x to install rules_nodejs dependencies
1 parent abfe1cd commit d52f7ba

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
@@ -193,7 +193,7 @@ build_bazel_rules_nodejs_dependencies()
193193
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")
194194

195195
node_repositories(
196-
node_version = "16.17.1",
196+
node_version = "18.12.0",
197197
)
198198

199199
npm_install(

0 commit comments

Comments
 (0)