Skip to content

Commit

Permalink
Bump nodejs14_amd64 to 14.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Nov 2, 2022
1 parent 8dfc8d3 commit e35bc47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node_archives.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ def repositories():
http_archive(
name = "nodejs14_amd64",
build_file = "//nodejs:BUILD.nodejs",
sha256 = "0aab09a55c11fbd1e6c40356809a86eaaf3330fc96e26f9443f82d46d8f8da5f",
strip_prefix = "node-v14.20.1-linux-x64/",
sha256 = "ac808106e79f90bbb0ceb44c5c9c57306117f21d962f0ca54a58993266c514dc",
strip_prefix = "node-v14.21.0-linux-x64/",
type = "tar.gz",
urls = ["https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-x64.tar.gz"],
urls = ["https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-x64.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit e35bc47

Please sign in to comment.