Skip to content

Commit

Permalink
Update NodeJS Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Mar 17, 2022
1 parent 11952b1 commit 9a6a313
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nodejs/private/node_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,14 @@ NODE_VERSIONS = {
"16.14.0-linux_s390x": ("node-v16.14.0-linux-s390x.tar.xz", "node-v16.14.0-linux-s390x", "1c98494bc097547bcadb972780aec58bb40b9c094f0daed75debfee4cb980fd9"),
"16.14.0-linux_amd64": ("node-v16.14.0-linux-x64.tar.xz", "node-v16.14.0-linux-x64", "0570b9354959f651b814e56a4ce98d4a067bf2385b9a0e6be075739bc65b0fae"),
"16.14.0-windows_amd64": ("node-v16.14.0-win-x64.zip", "node-v16.14.0-win-x64", "c783f32aa22758e9fdcabb23daf348cc52f876fbd679d54edc2c4921ccd6d6c5"),
# 16.14.1
"16.14.1-darwin_arm64": ("node-v16.14.1-darwin-arm64.tar.gz", "node-v16.14.1-darwin-arm64", "8f6d45796f3d996484dcf53bb0e53cd019cd0ef7a1a247bd0178ebaa7e63a184"),
"16.14.1-darwin_amd64": ("node-v16.14.1-darwin-x64.tar.gz", "node-v16.14.1-darwin-x64", "af35abd727b051c8cdb8dcda9815ae93f96ef2c224d71f4ec52034a2ab5d8b61"),
"16.14.1-linux_arm64": ("node-v16.14.1-linux-arm64.tar.xz", "node-v16.14.1-linux-arm64", "2d45cdfd1c2e24f8b3d8e75df40a76d73cad9a56c82f637962d931a7c937cd31"),
"16.14.1-linux_ppc64le": ("node-v16.14.1-linux-ppc64le.tar.xz", "node-v16.14.1-linux-ppc64le", "56036c60f925193aa273bf993e0524e9b7dbbd654e77f67e55c3a81dc2484d19"),
"16.14.1-linux_s390x": ("node-v16.14.1-linux-s390x.tar.xz", "node-v16.14.1-linux-s390x", "ebcad8a4c59c1454d08b6232a96ca0d27b70a83cc0a9d00f067bcdc038825568"),
"16.14.1-linux_amd64": ("node-v16.14.1-linux-x64.tar.xz", "node-v16.14.1-linux-x64", "acaa44a1a224265b238732ce5255d91429b25654de5be70f84a382cc5b6301c2"),
"16.14.1-windows_amd64": ("node-v16.14.1-win-x64.zip", "node-v16.14.1-win-x64", "663b198c766f2ff60a34710c8e8f29f428f3920d8e268a26bed2591eb4020e2c"),
# 17.0.0
"17.0.0-darwin_arm64": ("node-v17.0.0-darwin-arm64.tar.gz", "node-v17.0.0-darwin-arm64", "bba3a1d2638ee194f82a6173296bebabf1b28897a5cd41bbc146629ac05e0751"),
"17.0.0-darwin_amd64": ("node-v17.0.0-darwin-x64.tar.gz", "node-v17.0.0-darwin-x64", "091f29119bfb2a9004171f4626e0e76021f7f8db07148bd45caa6a61eb2a4e3d"),
Expand Down

0 comments on commit 9a6a313

Please sign in to comment.