Compare commits

...

8 Commits

Author SHA1 Message Date
MaksimZhukov
e40f16e1e0 fix typo 2020-08-12 11:11:14 +03:00
MaksimZhukov
5c820ab88b Add logs 2020-08-12 11:08:17 +03:00
Maxim Lobanov
60042303e5 Merge pull request #29 from actions/v-mazhuk/update-modules
Update Git submodule
2020-07-30 14:22:56 +03:00
MaksimZhukov
690c39139f Update Git submodule 2020-07-30 12:47:21 +03:00
Maxim Lobanov
dbc462f6f0 Merge pull request #28 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 07/30/2020
2020-07-30 09:04:09 +03:00
Service account
2d85084834 Update versions-manifest based on build from 20200730.1 2020-07-30 05:59:25 +00:00
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
3 changed files with 54 additions and 1 deletions

View File

@@ -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:

Submodule helpers updated: 1069e7a4ec...68072bedef

View File

@@ -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,
@@ -224,6 +249,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,