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

Commit 5065237

Browse files
renovate-botKeen Yee Liau
authored andcommitted
build: update build_bazel_rules_nodejs to version 1.2.4
1 parent 0fec40b commit 5065237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
88
# Add NodeJS rules (explicitly used for sass bundle rules)
99
http_archive(
1010
name = "build_bazel_rules_nodejs",
11-
sha256 = "6bcef105e75cac3c5f8212e0d0431b6ec1aaa1963e093b0091474ab98ecf29d2",
12-
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.2.2/rules_nodejs-1.2.2.tar.gz"],
11+
sha256 = "9473b207f1c5a61b603442cbfeeea8aaf2aa62870673fce2a1c52087f6ff4dc9",
12+
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.2.4/rules_nodejs-1.2.4.tar.gz"],
1313
)
1414

1515
# Setup the NodeJS toolchain

0 commit comments

Comments
 (0)