Skip to content

Commit

Permalink
Merge pull request #1396 from omBratteng/bump-node
Browse files Browse the repository at this point in the history
Bump nodejs20 to 20.6.1
  • Loading branch information
loosebazooka authored Sep 11, 2023
2 parents 2b1e0fa + b9b01c0 commit 0fc7423
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 = "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",
)
Expand All @@ -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",
)
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.6.0"]
expectedOutput: ["v20.6.1"]

0 comments on commit 0fc7423

Please sign in to comment.