Update versions-manifest (#165)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
parent
6c82900b55
commit
c88b3f72e2
|
@ -1,4 +1,48 @@
|
|||
[
|
||||
{
|
||||
"version": "20.12.0",
|
||||
"stable": true,
|
||||
"lts": "Iron",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/20.12.0-8446029429",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-20.12.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.12.0-8446029429/node-20.12.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.12.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.12.0-8446029429/node-20.12.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.12.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.12.0-8446029429/node-20.12.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.12.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.12.0-8446029429/node-20.12.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.12.0-win32-arm64.7z",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.12.0-8446029429/node-20.12.0-win32-arm64.7z"
|
||||
},
|
||||
{
|
||||
"filename": "node-20.12.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/20.12.0-8446029429/node-20.12.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "20.11.1",
|
||||
"stable": true,
|
||||
|
@ -465,6 +509,44 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "18.20.0",
|
||||
"stable": true,
|
||||
"lts": "Hydrogen",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/18.20.0-8446030700",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-18.20.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.20.0-8446030700/node-18.20.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.20.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.20.0-8446030700/node-18.20.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.20.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.20.0-8446030700/node-18.20.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.20.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.20.0-8446030700/node-18.20.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.20.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.20.0-8446030700/node-18.20.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "18.19.1",
|
||||
"stable": true,
|
||||
|
|
Loading…
Reference in New Issue