Update versions-manifest (#129)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
parent
80f2e07bc4
commit
9c020055eb
|
@ -1,4 +1,30 @@
|
|||
[
|
||||
{
|
||||
"version": "18.14.1",
|
||||
"stable": true,
|
||||
"lts": "Hydrogen",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/18.14.1-4202770847",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-18.14.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.14.1-4202770847/node-18.14.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.14.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.14.1-4202770847/node-18.14.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-18.14.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/18.14.1-4202770847/node-18.14.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "18.14.0",
|
||||
"stable": true,
|
||||
|
@ -441,6 +467,32 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "16.19.1",
|
||||
"stable": true,
|
||||
"lts": "Gallium",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/16.19.1-4202772460",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-16.19.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.19.1-4202772460/node-16.19.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.19.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.19.1-4202772460/node-16.19.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.19.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.19.1-4202772460/node-16.19.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "16.19.0",
|
||||
"stable": true,
|
||||
|
@ -1299,6 +1351,32 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.21.3",
|
||||
"stable": true,
|
||||
"lts": "Fermium",
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/14.21.3-4202774076",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-14.21.3-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.21.3-4202774076/node-14.21.3-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.21.3-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.21.3-4202774076/node-14.21.3-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-14.21.3-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.21.3-4202774076/node-14.21.3-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "14.21.2",
|
||||
"stable": true,
|
||||
|
|
Loading…
Reference in New Issue