mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
chore(NA): upgrade bazel rules nodejs to v3.2.3 (#95413)
This commit is contained in:
parent
373a108cfe
commit
c042968b33
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||
# Fetch Node.js rules
|
||||
http_archive(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
sha256 = "55a25a762fcf9c9b88ab54436581e671bc9f4f523cb5a1bd32459ebec7be68a8",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.2/rules_nodejs-3.2.2.tar.gz"],
|
||||
sha256 = "dd7ea7efda7655c218ca707f55c3e1b9c68055a70c31a98f264b3445bc8f4cb1",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.3/rules_nodejs-3.2.3.tar.gz"],
|
||||
)
|
||||
|
||||
# Now that we have the rules let's import from them to complete the work
|
||||
load("@build_bazel_rules_nodejs//:index.bzl", "check_rules_nodejs_version", "node_repositories", "yarn_install")
|
||||
|
||||
# Assure we have at least a given rules_nodejs version
|
||||
check_rules_nodejs_version(minimum_version_string = "3.2.2")
|
||||
check_rules_nodejs_version(minimum_version_string = "3.2.3")
|
||||
|
||||
# Setup the Node.js toolchain for the architectures we want to support
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue