Skip to content

Commit 4d7ec86

Browse files
mattemalexeagle
andauthored
Update Node.js Versions (#3914)
- Updated Node.js Versions using `npm run update-nodejs-versions` Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: alexeagle <47395+alexeagle@users.noreply.github.com>
1 parent 25d04f3 commit 4d7ec86

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

nodejs/private/node_versions.bzl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3642,4 +3642,13 @@ NODE_VERSIONS = {
36423642
"24.15.0-linux_amd64": ("node-v24.15.0-linux-x64.tar.xz", "node-v24.15.0-linux-x64", "472655581fb851559730c48763e0c9d3bc25975c59d518003fc0849d3e4ba0f6"),
36433643
"24.15.0-windows_arm64": ("node-v24.15.0-win-arm64.zip", "node-v24.15.0-win-arm64", "c9eb7402eda26e2ba7e44b6727fc85a8de56c5095b1f71ebd3062892211aa116"),
36443644
"24.15.0-windows_amd64": ("node-v24.15.0-win-x64.zip", "node-v24.15.0-win-x64", "cc5149eabd53779ce1e7bdc5401643622d0c7e6800ade18928a767e940bb0e62"),
3645+
# 24.16.0
3646+
"24.16.0-darwin_arm64": ("node-v24.16.0-darwin-arm64.tar.gz", "node-v24.16.0-darwin-arm64", "39189dab4eeb15706c424af0ac08a3044c9e48f7db12a7d77f6b7aafc7dd5df6"),
3647+
"24.16.0-darwin_amd64": ("node-v24.16.0-darwin-x64.tar.gz", "node-v24.16.0-darwin-x64", "298b4c7b3cb80765c8703e42b90324a4ece3b6634947b89e769c3c980ab55185"),
3648+
"24.16.0-linux_arm64": ("node-v24.16.0-linux-arm64.tar.xz", "node-v24.16.0-linux-arm64", "524659219d6a207a7400f2bde15d19ba060ffbe0d32a8643319ad67e3bb64c78"),
3649+
"24.16.0-linux_ppc64le": ("node-v24.16.0-linux-ppc64le.tar.xz", "node-v24.16.0-linux-ppc64le", "d3d9f688f22c0293d3f72d6d0c541a41c90c3c6d4f3dd6d0acff3a90656d2c51"),
3650+
"24.16.0-linux_s390x": ("node-v24.16.0-linux-s390x.tar.xz", "node-v24.16.0-linux-s390x", "b03477fddc8775ba73d74a3c5fce8582eb183741f6f55b7a992ccd252cffad91"),
3651+
"24.16.0-linux_amd64": ("node-v24.16.0-linux-x64.tar.xz", "node-v24.16.0-linux-x64", "d804845d34eddc21dc1092b519d643ef40b1f58ec5dec5c22b1f4bd8fabde6c9"),
3652+
"24.16.0-windows_arm64": ("node-v24.16.0-win-arm64.zip", "node-v24.16.0-win-arm64", "14834611d4c6b3c06054e7007732b90474c16e0b32f395e05b55a571ef71c6d2"),
3653+
"24.16.0-windows_amd64": ("node-v24.16.0-win-x64.zip", "node-v24.16.0-win-x64", "edaca9bd58ec8e92037dac4e877d52f6b8f430b81c18b57e264b4e2fb111cd56"),
36453654
}

0 commit comments

Comments
 (0)