Skip to content

Commit 70176e8

Browse files
Update versions-manifest (#200)
Co-authored-by: Service account <[email protected]>
1 parent b8e2e09 commit 70176e8

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

versions-manifest.json

+44
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,50 @@
791791
}
792792
]
793793
},
794+
{
795+
"version": "20.19.0",
796+
"stable": true,
797+
"lts": "Iron",
798+
"release_url": "https://github.com/actions/node-versions/releases/tag/20.19.0-13838090974",
799+
"files": [
800+
{
801+
"filename": "node-20.19.0-darwin-arm64.tar.gz",
802+
"arch": "arm64",
803+
"platform": "darwin",
804+
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.0-13838090974/node-20.19.0-darwin-arm64.tar.gz"
805+
},
806+
{
807+
"filename": "node-20.19.0-darwin-x64.tar.gz",
808+
"arch": "x64",
809+
"platform": "darwin",
810+
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.0-13838090974/node-20.19.0-darwin-x64.tar.gz"
811+
},
812+
{
813+
"filename": "node-20.19.0-linux-arm64.tar.gz",
814+
"arch": "arm64",
815+
"platform": "linux",
816+
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.0-13838090974/node-20.19.0-linux-arm64.tar.gz"
817+
},
818+
{
819+
"filename": "node-20.19.0-linux-x64.tar.gz",
820+
"arch": "x64",
821+
"platform": "linux",
822+
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.0-13838090974/node-20.19.0-linux-x64.tar.gz"
823+
},
824+
{
825+
"filename": "node-20.19.0-win32-arm64.7z",
826+
"arch": "arm64",
827+
"platform": "win32",
828+
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.0-13838090974/node-20.19.0-win32-arm64.7z"
829+
},
830+
{
831+
"filename": "node-20.19.0-win32-x64.7z",
832+
"arch": "x64",
833+
"platform": "win32",
834+
"download_url": "https://github.com/actions/node-versions/releases/download/20.19.0-13838090974/node-20.19.0-win32-x64.7z"
835+
}
836+
]
837+
},
794838
{
795839
"version": "20.18.3",
796840
"stable": true,

0 commit comments

Comments
 (0)