Skip to content

Commit b66cf11

Browse files
committed
build: update nodeJS version in WORKSPACE
1 parent 984ecf6 commit b66cf11

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
@@ -68,7 +68,7 @@ load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")
6868

6969
nodejs_register_toolchains(
7070
name = "nodejs",
71-
node_version = "16.13.0",
71+
node_version = "18.13.0",
7272
)
7373

7474
load("@aspect_rules_js//npm:npm_import.bzl", "npm_translate_lock")

0 commit comments

Comments
 (0)