diff --git a/node_archives.bzl b/node_archives.bzl index 7e038a797..0775e1d8b 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -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", ) diff --git a/nodejs/testdata/nodejs22.yaml b/nodejs/testdata/nodejs22.yaml index 684fe5b3d..b71d28602 100644 --- a/nodejs/testdata/nodejs22.yaml +++ b/nodejs/testdata/nodejs22.yaml @@ -3,4 +3,4 @@ commandTests: - name: nodejs command: "/nodejs/bin/node" args: ["--version"] - expectedOutput: ["v22.1.0"] + expectedOutput: ["v22.2.0"]