Skip to content

Commit

Permalink
Update NodeJS Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Sep 9, 2023
1 parent c4a5045 commit 6576e9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nodejs/private/node_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2495,4 +2495,20 @@ NODE_VERSIONS = {
"20.5.1-linux_s390x": ("node-v20.5.1-linux-s390x.tar.xz", "node-v20.5.1-linux-s390x", "e49c735f347656c1beb9d02640d945e4c71793b46aa98ada015166f8a9d4f73c"),
"20.5.1-linux_amd64": ("node-v20.5.1-linux-x64.tar.xz", "node-v20.5.1-linux-x64", "a4a700bbca51ac26538eda2250e449955a9cc49638a45b38d5501e97f5b020b4"),
"20.5.1-windows_amd64": ("node-v20.5.1-win-x64.zip", "node-v20.5.1-win-x64", "5d2596a00699fadf0ffa8e651f47ff5d719991014b920544d59c80d78569d42f"),
# 20.6.0
"20.6.0-darwin_arm64": ("node-v20.6.0-darwin-arm64.tar.gz", "node-v20.6.0-darwin-arm64", "1ed71ea4ef5985f11b65c3961875ad91223c201f2042c00568a82fe7020a5cea"),
"20.6.0-darwin_amd64": ("node-v20.6.0-darwin-x64.tar.gz", "node-v20.6.0-darwin-x64", "16657f07cbe8c3d5589d70104ef51955c04abf249ea83b1109f924444ed828aa"),
"20.6.0-linux_arm64": ("node-v20.6.0-linux-arm64.tar.xz", "node-v20.6.0-linux-arm64", "675c54b1ad4947836ec146f2be37202b5ac2c6e511ba5d9066e52e3da6a2a419"),
"20.6.0-linux_ppc64le": ("node-v20.6.0-linux-ppc64le.tar.xz", "node-v20.6.0-linux-ppc64le", "1787d08ab4b2564de759657211191c8582c63fbbddfcb6085b682059b666f055"),
"20.6.0-linux_s390x": ("node-v20.6.0-linux-s390x.tar.xz", "node-v20.6.0-linux-s390x", "d2857f92cda010df123b4aae6bb5b73221c6ab75e1cf7cdd3d13baa1dbb66ee7"),
"20.6.0-linux_amd64": ("node-v20.6.0-linux-x64.tar.xz", "node-v20.6.0-linux-x64", "365a7b4eed12bf88011d048ddd668573daef981e048ec860b28d5ebb3587be6c"),
"20.6.0-windows_amd64": ("node-v20.6.0-win-x64.zip", "node-v20.6.0-win-x64", "afaffd4e90528f8344f1c908a6945efac995a63e3fe22d4338f34579851272f8"),
# 20.6.1
"20.6.1-darwin_arm64": ("node-v20.6.1-darwin-arm64.tar.gz", "node-v20.6.1-darwin-arm64", "d8ba8018d45b294429b1a7646ccbeaeb2af3cdf45b5c91dabbd93e2a2035cb46"),
"20.6.1-darwin_amd64": ("node-v20.6.1-darwin-x64.tar.gz", "node-v20.6.1-darwin-x64", "365ec544c6596f194afff9a613554abfc68d4a2274181b7651386d9a11cf5862"),
"20.6.1-linux_arm64": ("node-v20.6.1-linux-arm64.tar.xz", "node-v20.6.1-linux-arm64", "6823720796b287465bb4aa8e7611143322ffd6cbdb9c6e3b149576f6d87953bf"),
"20.6.1-linux_ppc64le": ("node-v20.6.1-linux-ppc64le.tar.xz", "node-v20.6.1-linux-ppc64le", "27884935b025b6676e4b8737f334673ee825947d0baef61aa0326374597aeb05"),
"20.6.1-linux_s390x": ("node-v20.6.1-linux-s390x.tar.xz", "node-v20.6.1-linux-s390x", "3968d629989b6de16b8872b6d7ee6e6cdf1204def99c43412a6ee28203ed0022"),
"20.6.1-linux_amd64": ("node-v20.6.1-linux-x64.tar.xz", "node-v20.6.1-linux-x64", "591f9f274104f266a8cf085d2c7d5d2848ba73b98ae323d501db2d4c4b7026e5"),
"20.6.1-windows_amd64": ("node-v20.6.1-win-x64.zip", "node-v20.6.1-win-x64", "88371914f1f75d594bb367570e163cf5ecebeb514fd54cc765093819ebb0ed48"),
}

0 comments on commit 6576e9c

Please sign in to comment.