Skip to content

Commit 0c56325

Browse files
authored
Update Node.js Versions
1 parent b5b1325 commit 0c56325

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nodejs/private/node_versions.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,6 +2743,14 @@ NODE_VERSIONS = {
27432743
"20.18.0-linux_s390x": ("node-v20.18.0-linux-s390x.tar.xz", "node-v20.18.0-linux-s390x", "8a9a0142055f85b0f75a8e80195c8e413a40ccf926cb4b983accf01f33f83118"),
27442744
"20.18.0-linux_amd64": ("node-v20.18.0-linux-x64.tar.xz", "node-v20.18.0-linux-x64", "4543670b589593f8fa5f106111fd5139081da42bb165a9239f05195e405f240a"),
27452745
"20.18.0-windows_amd64": ("node-v20.18.0-win-x64.zip", "node-v20.18.0-win-x64", "f5cea43414cc33024bbe5867f208d1c9c915d6a38e92abeee07ed9e563662297"),
2746+
# 20.18.1
2747+
"20.18.1-darwin_arm64": ("node-v20.18.1-darwin-arm64.tar.gz", "node-v20.18.1-darwin-arm64", "9e92ce1032455a9cc419fe71e908b27ae477799371b45a0844eedb02279922a4"),
2748+
"20.18.1-darwin_amd64": ("node-v20.18.1-darwin-x64.tar.gz", "node-v20.18.1-darwin-x64", "c5497dd17c8875b53712edaf99052f961013cedc203964583fc0cfc0aaf93581"),
2749+
"20.18.1-linux_arm64": ("node-v20.18.1-linux-arm64.tar.xz", "node-v20.18.1-linux-arm64", "44d1ffc5905c005ace4515ca6f8c090c4c7cfce3a9a67df0dba35c727590b8f6"),
2750+
"20.18.1-linux_ppc64le": ("node-v20.18.1-linux-ppc64le.tar.xz", "node-v20.18.1-linux-ppc64le", "ad01ea5905e8fb587f306d6cf44cce62a334aaa5e689f1f086ae4d03c4eaf2f2"),
2751+
"20.18.1-linux_s390x": ("node-v20.18.1-linux-s390x.tar.xz", "node-v20.18.1-linux-s390x", "1df248c207d8557ec1c554242758b5852bad5e0da49108d2dd94abcb9e9eae52"),
2752+
"20.18.1-linux_amd64": ("node-v20.18.1-linux-x64.tar.xz", "node-v20.18.1-linux-x64", "c6fa75c841cbffac851678a472f2a5bd612fff8308ef39236190e1f8dbb0e567"),
2753+
"20.18.1-windows_amd64": ("node-v20.18.1-win-x64.zip", "node-v20.18.1-win-x64", "56e5aacdeee7168871721b75819ccacf2367de8761b78eaceacdecd41e04ca03"),
27462754
# 21.0.0
27472755
"21.0.0-darwin_arm64": ("node-v21.0.0-darwin-arm64.tar.gz", "node-v21.0.0-darwin-arm64", "d49aae353ab9e264a1d8c75f80eb26dcc4006f50b35ba05bda3a9c33f5554609"),
27482756
"21.0.0-darwin_amd64": ("node-v21.0.0-darwin-x64.tar.gz", "node-v21.0.0-darwin-x64", "2ec98307e388407cfa62d1fb8abc4d6dc1e54c11bc70329d6675ed0595326763"),

0 commit comments

Comments
 (0)