Skip to content

Commit

Permalink
Node.js v20.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jul 21, 2023
1 parent 65266e3 commit 2b9612c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions node_archives.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ def repositories():

node_archive(
name = "nodejs20_amd64",
sha256 = "2a9b03dd17fa6d9241b93e244d7e8f2524c4019fb5cfe3a99e59da1ee983cb9a",
strip_prefix = "node-v20.4.0-linux-x64/",
urls = ["https://nodejs.org/dist/v20.4.0/node-v20.4.0-linux-x64.tar.gz"],
version = "20.4.0",
sha256 = "6799042a2970dcecdb71a91d392c53d954ec06d36155c7d11bf7c9a4983b60ea",
strip_prefix = "node-v20.5.0-linux-x64/",
urls = ["https://nodejs.org/dist/v20.5.0/node-v20.5.0-linux-x64.tar.gz"],
version = "20.5.0",
architecture = "amd64",
control = "//nodejs:control",
)
Expand All @@ -56,10 +56,10 @@ def repositories():

node_archive(
name = "nodejs20_arm64",
sha256 = "6ed340475a8bd5db5f04fe943b8fb89b7b2a8fd919f91217c6386dfa59865ba3",
strip_prefix = "node-v20.4.0-linux-arm64/",
urls = ["https://nodejs.org/dist/v20.4.0/node-v20.4.0-linux-arm64.tar.gz"],
version = "20.4.0",
sha256 = "fde339b181db5827b42b83bd20479a44fe5bd5b8e4b71a5d09ee2f1f8152de97",
strip_prefix = "node-v20.5.0-linux-arm64/",
urls = ["https://nodejs.org/dist/v20.5.0/node-v20.5.0-linux-arm64.tar.gz"],
version = "20.5.0",
architecture = "arm64",
control = "//nodejs:control",
)
2 changes: 1 addition & 1 deletion nodejs/testdata/nodejs20.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: ["v20.4.0"]
expectedOutput: ["v20.5.0"]

0 comments on commit 2b9612c

Please sign in to comment.