Compare commits
6 Commits
14.7.0-202
...
14.8.0-202
Author | SHA1 | Date | |
---|---|---|---|
|
e40f16e1e0 | ||
|
5c820ab88b | ||
|
60042303e5 | ||
|
690c39139f | ||
|
dbc462f6f0 | ||
|
2d85084834 |
@@ -48,6 +48,9 @@ jobs:
|
||||
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 "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
|
||||
displayName: 'Run tests'
|
||||
inputs:
|
||||
|
2
helpers
2
helpers
Submodule helpers updated: 1069e7a4ec...68072bedef
@@ -1,4 +1,29 @@
|
||||
[
|
||||
{
|
||||
"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,
|
||||
|
Reference in New Issue
Block a user