Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 1a43da4

Browse files
committed
build: update Bazel Node.js version to 14.17.1
Follow up on #2375
1 parent 786ebef commit 1a43da4

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
@@ -36,7 +36,7 @@ check_rules_nodejs_version(minimum_version_string = "3.0.0")
3636

3737
# Setup the Node.js toolchain
3838
node_repositories(
39-
node_version = "14.16.1",
39+
node_version = "14.17.1",
4040
package_json = ["//:package.json"],
4141
yarn_version = "1.22.4",
4242
)

0 commit comments

Comments
 (0)