Update versions-manifest based on build from 20200617.1
This commit is contained in:
parent
ac6a66a1ac
commit
46502ad44b
|
@ -174,6 +174,31 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "12.18.1",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/12.18.1-20200617.1",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-12.18.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.1-20200617.1/node-12.18.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-12.18.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.1-20200617.1/node-12.18.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-12.18.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.1-20200617.1/node-12.18.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "12.18.0",
|
||||
"stable": true,
|
||||
|
|
Loading…
Reference in New Issue