diff --git a/node_archives.bzl b/node_archives.bzl index fbf55a48c..89d3c8310 100644 --- a/node_archives.bzl +++ b/node_archives.bzl @@ -26,10 +26,10 @@ def repositories(): node_archive( name = "nodejs20_amd64", - sha256 = "fc14b089783e7fcaefd01bb7afc0561fac55e1950d56a6b33891a93cb8007b17", - strip_prefix = "node-v20.6.0-linux-x64/", - urls = ["https://nodejs.org/dist/v20.6.0/node-v20.6.0-linux-x64.tar.gz"], - version = "20.6.0", + sha256 = "26dd13a6f7253f0ab9bcab561353985a297d927840771d905566735b792868da", + strip_prefix = "node-v20.6.1-linux-x64/", + urls = ["https://nodejs.org/dist/v20.6.1/node-v20.6.1-linux-x64.tar.gz"], + version = "20.6.1", architecture = "amd64", control = "//nodejs:control", ) @@ -56,10 +56,10 @@ def repositories(): node_archive( name = "nodejs20_arm64", - sha256 = "b68ae1ca9bd7387223c5d30a9d355e66ef4595bfe26ef6e9ae29824bc9abf25b", - strip_prefix = "node-v20.6.0-linux-arm64/", - urls = ["https://nodejs.org/dist/v20.6.0/node-v20.6.0-linux-arm64.tar.gz"], - version = "20.6.0", + sha256 = "d38fe2e41e3fe8ae81b517b4cf49521f500e181e54f4c3d05e2b2d691a57b2ca", + strip_prefix = "node-v20.6.1-linux-arm64/", + urls = ["https://nodejs.org/dist/v20.6.1/node-v20.6.1-linux-arm64.tar.gz"], + version = "20.6.1", architecture = "arm64", control = "//nodejs:control", ) diff --git a/nodejs/testdata/nodejs20.yaml b/nodejs/testdata/nodejs20.yaml index 1d1da5364..d9b604586 100644 --- a/nodejs/testdata/nodejs20.yaml +++ b/nodejs/testdata/nodejs20.yaml @@ -3,4 +3,4 @@ commandTests: - name: nodejs command: "/nodejs/bin/node" args: ["--version"] - expectedOutput: ["v20.6.0"] + expectedOutput: ["v20.6.1"]