Skip to content

Commit

Permalink
Merge pull request #1596 from omBratteng/update-node-22
Browse files Browse the repository at this point in the history
Bump `nodejs22` to `22.2.0`
  • Loading branch information
loosebazooka authored May 16, 2024
2 parents 221cc80 + 34c8ac6 commit 761e3d2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions node_archives.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -109,50 +109,50 @@ def repositories():

node_archive(
name = "nodejs22_amd64",
sha256 = "d8ae35a9e2bb0c0c0611ee9bacf564ea51cc8291ace1447f95ee6aeaf4f1d61d",
strip_prefix = "node-v22.1.0-linux-x64/",
urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-x64.tar.gz"],
version = "22.1.0",
sha256 = "2c6eaf8bfd0f886ed8764ffce19c795e909639105e4056b1d9f8f917bad12cf1",
strip_prefix = "node-v22.2.0-linux-x64/",
urls = ["https://nodejs.org/dist/v22.2.0/node-v22.2.0-linux-x64.tar.gz"],
version = "22.2.0",
architecture = "amd64",
control = "//nodejs:control",
)

node_archive(
name = "nodejs22_arm64",
sha256 = "9c111af1f951e8869615bca3601ce7ab6969374933bdba6397469843b808f222",
strip_prefix = "node-v22.1.0-linux-arm64/",
urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-arm64.tar.gz"],
version = "22.1.0",
sha256 = "7fc74ddeb3e2317c905fdebd2b681d565fc2a2980515430d4f01dad4ce312175",
strip_prefix = "node-v22.2.0-linux-arm64/",
urls = ["https://nodejs.org/dist/v22.2.0/node-v22.2.0-linux-arm64.tar.gz"],
version = "22.2.0",
architecture = "arm64",
control = "//nodejs:control",
)

node_archive(
name = "nodejs22_arm",
sha256 = "e2d46a045ab4e14e7234162c8167bed96c71ac82fbfae1feac21d77ea44c62d0",
strip_prefix = "node-v22.1.0-linux-armv7l/",
urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-armv7l.tar.gz"],
version = "22.1.0",
sha256 = "eb14ff993a1a4b6c0417b5f086b1629c82a3665edfa1c83f3b5ab1250b721307",
strip_prefix = "node-v22.2.0-linux-armv7l/",
urls = ["https://nodejs.org/dist/v22.2.0/node-v22.2.0-linux-armv7l.tar.gz"],
version = "22.2.0",
architecture = "arm",
control = "//nodejs:control",
)

node_archive(
name = "nodejs22_ppc64le",
sha256 = "df47c5506bc865b093cfa0411b4adbb66187da00decd05a83c22b9d5ffdca088",
strip_prefix = "node-v22.1.0-linux-ppc64le/",
urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-ppc64le.tar.gz"],
version = "22.1.0",
sha256 = "e70cb8c5dde31c5e0ee998124f74f7fb7dc7efd7e1549fa162e7fbc20bd937cc",
strip_prefix = "node-v22.2.0-linux-ppc64le/",
urls = ["https://nodejs.org/dist/v22.2.0/node-v22.2.0-linux-ppc64le.tar.gz"],
version = "22.2.0",
architecture = "ppc64le",
control = "//nodejs:control",
)

node_archive(
name = "nodejs22_s390x",
sha256 = "1961314d0d51cf9c4719705ba809f8451597c577dfb0cb500a058115a05d586a",
strip_prefix = "node-v22.1.0-linux-s390x/",
urls = ["https://nodejs.org/dist/v22.1.0/node-v22.1.0-linux-s390x.tar.gz"],
version = "22.1.0",
sha256 = "48a1999e35c5f8b7cf2240239d588d52fad424635b4dd4933062eb9f2a3608f4",
strip_prefix = "node-v22.2.0-linux-s390x/",
urls = ["https://nodejs.org/dist/v22.2.0/node-v22.2.0-linux-s390x.tar.gz"],
version = "22.2.0",
architecture = "s390x",
control = "//nodejs:control",
)
2 changes: 1 addition & 1 deletion nodejs/testdata/nodejs22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ commandTests:
- name: nodejs
command: "/nodejs/bin/node"
args: ["--version"]
expectedOutput: ["v22.1.0"]
expectedOutput: ["v22.2.0"]

0 comments on commit 761e3d2

Please sign in to comment.