Compare commits

...

5 Commits

Author SHA1 Message Date
Maxim Lobanov
71dc6cf704 Merge pull request #27 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 07/23/2020
2020-07-23 08:54:11 +03:00
Service account
2275f3fe19 Update versions-manifest based on build from 20200723.1 2020-07-23 05:43:29 +00:00
Maxim Lobanov
deeaedc1f4 Merge pull request #26 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 07/22/2020
2020-07-22 11:40:33 +03:00
Service account
82819ecf50 Update versions-manifest based on build from 20200722.2 2020-07-22 08:30:47 +00:00
Maxim Lobanov
73c7229556 Update README.md 2020-07-15 13:32:45 +03:00
2 changed files with 77 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ The file [versions-manifest.json](./versions-manifest.json) contains the list of
Latest of LTS versions will be installed on the [virtual-environments](https://github.com/actions/virtual-environments) images. Other versions will be pulled JIT using the [`setup-node`](https://github.com/actions/setup-node) action.
## Adding new versions
We are trying to prepare packages for new versions of Node.js as soon as they are released. Please open an issue if any versions are missing.
We are trying to prepare packages for new versions of Node.js as soon as they are released. Please open an issue in [actions/virtual-environments](https://github.com/actions/virtual-environments) if any versions are missing.
## Contribution
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure

View File

@@ -1,4 +1,29 @@
[
{
"version": "14.6.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.6.0-20200722.1",
"files": [
{
"filename": "node-14.6.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.6.0-20200722.1/node-14.6.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.6.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.6.0-20200722.1/node-14.6.0-linux-x64.tar.gz"
},
{
"filename": "node-14.6.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.6.0-20200722.1/node-14.6.0-win32-x64.7z"
}
]
},
{
"version": "14.5.0",
"stable": true,
@@ -199,6 +224,31 @@
}
]
},
{
"version": "12.18.3",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/12.18.3-20200723.1",
"files": [
{
"filename": "node-12.18.3-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.3-20200723.1/node-12.18.3-darwin-x64.tar.gz"
},
{
"filename": "node-12.18.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.3-20200723.1/node-12.18.3-linux-x64.tar.gz"
},
{
"filename": "node-12.18.3-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.18.3-20200723.1/node-12.18.3-win32-x64.7z"
}
]
},
{
"version": "12.18.2",
"stable": true,
@@ -949,6 +999,31 @@
}
]
},
{
"version": "10.22.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/10.22.0-20200722.2",
"files": [
{
"filename": "node-10.22.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/10.22.0-20200722.2/node-10.22.0-darwin-x64.tar.gz"
},
{
"filename": "node-10.22.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/10.22.0-20200722.2/node-10.22.0-linux-x64.tar.gz"
},
{
"filename": "node-10.22.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/10.22.0-20200722.2/node-10.22.0-win32-x64.7z"
}
]
},
{
"version": "10.21.0",
"stable": true,