mirror of
https://github.com/actions/node-versions.git
synced 2025-09-11 14:52:53 +08:00
Compare commits
1 Commits
v-mazhuk/f
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
c36433e477 |
@@ -6,10 +6,10 @@ The file [versions-manifest.json](./versions-manifest.json) contains the list of
|
|||||||
|
|
||||||
**Status**: Currently under development and in use for beta and preview actions. This repo is undergoing rapid changes.
|
**Status**: Currently under development and in use for beta and preview actions. This repo is undergoing rapid changes.
|
||||||
|
|
||||||
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.
|
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
|
## 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 in [actions/virtual-environments](https://github.com/actions/virtual-environments) 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 if any versions are missing.
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
|
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
|
||||||
|
@@ -48,9 +48,6 @@ jobs:
|
|||||||
Write-Host "We need it because log of previous step 'Use Node' is not available here yet."
|
Write-Host "We need it because log of previous step 'Use Node' is not available here yet."
|
||||||
Write-Host "In testing step (Node.Tests.ps1) we analyze build log of 'Use Node' task"
|
Write-Host "In testing step (Node.Tests.ps1) we analyze build log of 'Use Node' task"
|
||||||
Write-Host "to determine if Node.js version was consumed from cache and was downloaded"
|
Write-Host "to determine if Node.js version was consumed from cache and was downloaded"
|
||||||
foreach ($process in Get-Process) {
|
|
||||||
Write-Host "Active process name: $($process.ProcessName)"
|
|
||||||
}
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Run tests'
|
displayName: 'Run tests'
|
||||||
inputs:
|
inputs:
|
||||||
|
2
helpers
2
helpers
Submodule helpers updated: 68072bedef...1069e7a4ec
@@ -1,54 +1,4 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"version": "14.7.0",
|
|
||||||
"stable": true,
|
|
||||||
"release_url": "https://github.com/actions/node-versions/releases/tag/14.7.0-20200730.1",
|
|
||||||
"files": [
|
|
||||||
{
|
|
||||||
"filename": "node-14.7.0-darwin-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "darwin",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.7.0-20200730.1/node-14.7.0-darwin-x64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "node-14.7.0-linux-x64.tar.gz",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "linux",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.7.0-20200730.1/node-14.7.0-linux-x64.tar.gz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "node-14.7.0-win32-x64.7z",
|
|
||||||
"arch": "x64",
|
|
||||||
"platform": "win32",
|
|
||||||
"download_url": "https://github.com/actions/node-versions/releases/download/14.7.0-20200730.1/node-14.7.0-win32-x64.7z"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"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",
|
"version": "14.5.0",
|
||||||
"stable": true,
|
"stable": true,
|
||||||
@@ -249,31 +199,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"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",
|
"version": "12.18.2",
|
||||||
"stable": true,
|
"stable": true,
|
||||||
@@ -1024,31 +949,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"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",
|
"version": "10.21.0",
|
||||||
"stable": true,
|
"stable": true,
|
||||||
|
Reference in New Issue
Block a user