Skip to content

Commit eab92c2

Browse files
mattemalexeagle
andauthored
Update Node.js Versions (#3838)
Co-authored-by: alexeagle <[email protected]>
1 parent 6decef3 commit eab92c2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/Core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Defaults to `["https://nodejs.org/dist/v{version}/{filename}"]`
133133

134134
The specific version of Node.js to install
135135

136-
Defaults to `"20.19.2"`
136+
Defaults to `"20.19.3"`
137137

138138
<h4 id="nodejs_repositories-node_version_from_nvmrc">node_version_from_nvmrc</h4>
139139

nodejs/private/node_versions.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,6 +2815,14 @@ NODE_VERSIONS = {
28152815
"20.19.2-linux_s390x": ("node-v20.19.2-linux-s390x.tar.xz", "node-v20.19.2-linux-s390x", "ffbf836e20738f283cbe342ce92881d81d3f14651cabd2cf93cdb91152bcae3c"),
28162816
"20.19.2-linux_amd64": ("node-v20.19.2-linux-x64.tar.xz", "node-v20.19.2-linux-x64", "cbe59620b21732313774df4428586f7222a84af29e556f848abf624ba41caf90"),
28172817
"20.19.2-windows_amd64": ("node-v20.19.2-win-x64.zip", "node-v20.19.2-win-x64", "8735c9940b97548f6d9d4dda7cf5fd4471c062f15f44c2b890c9b0b430460feb"),
2818+
# 20.19.3
2819+
"20.19.3-darwin_arm64": ("node-v20.19.3-darwin-arm64.tar.gz", "node-v20.19.3-darwin-arm64", "4efd92305e36e6e9f8cfe8d7781b188eec86f306ca712535ecf2c10dc8c1ae13"),
2820+
"20.19.3-darwin_amd64": ("node-v20.19.3-darwin-x64.tar.gz", "node-v20.19.3-darwin-x64", "6f9dc8cbce8f8c74e4df296fb58c20fc6e88f47880a299fc76bbb01a90219870"),
2821+
"20.19.3-linux_arm64": ("node-v20.19.3-linux-arm64.tar.xz", "node-v20.19.3-linux-arm64", "72a3036618fb47d8aaa3050477d9577747a9e550c39be46b53202a3b3e797e83"),
2822+
"20.19.3-linux_ppc64le": ("node-v20.19.3-linux-ppc64le.tar.xz", "node-v20.19.3-linux-ppc64le", "3f72821fce859e9ed7c28d1d9486a7be42615b6e72012dc38851cca0c76ffd5a"),
2823+
"20.19.3-linux_s390x": ("node-v20.19.3-linux-s390x.tar.xz", "node-v20.19.3-linux-s390x", "7b801977c8968106a8efdb4043be9663c5ec52c3cf0639ec52559fb8dfc79e51"),
2824+
"20.19.3-linux_amd64": ("node-v20.19.3-linux-x64.tar.xz", "node-v20.19.3-linux-x64", "c210e1a547efad55e93af1e04fb80d2f7131b13872f2de4e9ebdfecb8e06caad"),
2825+
"20.19.3-windows_amd64": ("node-v20.19.3-win-x64.zip", "node-v20.19.3-win-x64", "ee50fe3af2e4b43aef655c5126e0e4d995a391a787a9327596563a722ada2aa9"),
28182826
# 21.0.0
28192827
"21.0.0-darwin_arm64": ("node-v21.0.0-darwin-arm64.tar.gz", "node-v21.0.0-darwin-arm64", "d49aae353ab9e264a1d8c75f80eb26dcc4006f50b35ba05bda3a9c33f5554609"),
28202828
"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)