mirror of
https://github.com/actions/node-versions.git
synced 2025-01-10 18:15:21 +00:00
Update versions-manifest (#150)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
parent
5bebf2b61c
commit
59fe4e7639
@ -1,4 +1,29 @@
|
||||
[
|
||||
{
|
||||
"version": "20.7.0",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/20.7.0-6231175880",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-20.7.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.7.0-6231175880/node-20.7.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.7.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.7.0-6231175880/node-20.7.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.7.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.7.0-6231175880/node-20.7.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "20.6.1",
|
||||
"stable": true,
|
||||
@ -249,6 +274,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "18.18.0",
|
||||
"stable": true,
|
||||
"lts": "Hydrogen",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/18.18.0-6231178035",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-18.18.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.18.0-6231178035/node-18.18.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.18.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.18.0-6231178035/node-18.18.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.18.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.18.0-6231178035/node-18.18.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "18.17.1",
|
||||
"stable": true,
|
||||
|
Loading…
Reference in New Issue
Block a user