We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb5f99 commit 00b5890Copy full SHA for 00b5890
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [Unreleased]
4
5
+- Added Node.js version 20.19.3.
6
7
## [v296] - 2025-06-12
8
inventory/node.toml
@@ -5803,6 +5803,13 @@ arch = "linux-x64"
5803
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.19.2-linux-x64.tar.gz"
5804
etag = "9a755fe7510dfea030d63ff6c57752e1-6"
5805
5806
+[[releases]]
5807
+version = "20.19.3"
5808
+channel = "release"
5809
+arch = "linux-x64"
5810
+url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/node/release/linux-x64/node-v20.19.3-linux-x64.tar.gz"
5811
+etag = "45b35ec2aa2356ec13051bf71294227d-6"
5812
+
5813
[[releases]]
5814
version = "20.2.0"
5815
channel = "release"
0 commit comments