Merge pull request #111 from actions/update-versions-manifest-file

[versions-manifest] Update for release from 07/27/2022
This commit is contained in:
Mikhail Timofeev 2022-07-27 13:42:51 +04:00 committed by GitHub
commit bcd6df9184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -1,4 +1,29 @@
[
{
"version": "18.7.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/18.7.0-2744549059",
"files": [
{
"filename": "node-18.7.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/18.7.0-2744549059/node-18.7.0-darwin-x64.tar.gz"
},
{
"filename": "node-18.7.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/18.7.0-2744549059/node-18.7.0-linux-x64.tar.gz"
},
{
"filename": "node-18.7.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/18.7.0-2744549059/node-18.7.0-win32-x64.7z"
}
]
},
{
"version": "18.6.0",
"stable": true,