Compare commits

...

12 Commits

Author SHA1 Message Date
Mikhail Timofeev
9439938c24 Merge pull request #88 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/26/2021
2021-10-26 19:39:32 +03:00
Service account
7efd2b6d9c Update versions-manifest 2021-10-26 16:38:38 +00:00
github-actions[bot]
9f1448d546 Update versions-manifest (#87) 2021-10-21 00:52:11 +03:00
Nikolay Frolov
d6c0f3407a Uptake of the latest changes for helpers submodule (#85) 2021-10-14 16:57:05 +03:00
MaksimZhukov
7ee0eb6d7f Merge pull request #86 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/13/2021
2021-10-13 10:21:22 +03:00
Service account
0e81926ec5 Update versions-manifest 2021-10-13 06:59:35 +00:00
Mikhail Timofeev
2b00037cf2 Merge pull request #84 from actions/update-versions-manifest-file 2021-10-09 12:29:51 +03:00
Service account
03a45f2d48 Update versions-manifest 2021-10-09 07:38:46 +00:00
MaksimZhukov
285c046a12 Merge pull request #83 from nikolai-frolov/helpers-update
Uptake of the latest changes for helpers submodule
2021-10-07 11:09:35 +03:00
Nikolay Frolov
d9cf0e3053 Uptake of the latest changes for helpers submodule 2021-10-06 18:32:12 +03:00
MaksimZhukov
d86ab03024 Merge pull request #82 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 09/28/2021
2021-09-29 00:16:52 +03:00
Service account
ad9cb45c2a Update versions-manifest 2021-09-28 15:50:27 +00:00
3 changed files with 193 additions and 14 deletions

View File

@@ -1,31 +1,32 @@
name: Validate manifest
on:
schedule:
- cron: '0 8,20 * * *'
pull_request:
branches:
schedule:
- cron: '0 8,20 * * *'
pull_request:
branches:
- main
paths:
paths:
- 'versions-manifest.json'
env:
TOOL_NAME: "Node"
defaults:
run:
shell: pwsh
jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
- uses: actions/checkout@v2
with:
submodules: true
- name: Validate node-versions manifest
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}
- name: Validate node-versions manifest
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
check_build:
name: Check validation for failures

Submodule helpers updated: fb0eac418a...6f1aa3ce73

View File

@@ -1,4 +1,104 @@
[
{
"version": "16.13.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.13.0-1386584131",
"files": [
{
"filename": "node-16.13.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.13.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-linux-x64.tar.gz"
},
{
"filename": "node-16.13.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.0-1386584131/node-16.13.0-win32-x64.7z"
}
]
},
{
"version": "16.12.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.12.0-1364116255",
"files": [
{
"filename": "node-16.12.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.12.0-1364116255/node-16.12.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.12.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.12.0-1364116255/node-16.12.0-linux-x64.tar.gz"
},
{
"filename": "node-16.12.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.12.0-1364116255/node-16.12.0-win32-x64.7z"
}
]
},
{
"version": "16.11.1",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.11.1-1336322549",
"files": [
{
"filename": "node-16.11.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.11.1-1336322549/node-16.11.1-darwin-x64.tar.gz"
},
{
"filename": "node-16.11.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.11.1-1336322549/node-16.11.1-linux-x64.tar.gz"
},
{
"filename": "node-16.11.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.11.1-1336322549/node-16.11.1-win32-x64.7z"
}
]
},
{
"version": "16.11.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.11.0-1323031162",
"files": [
{
"filename": "node-16.11.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.11.0-1323031162/node-16.11.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.11.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.11.0-1323031162/node-16.11.0-linux-x64.tar.gz"
},
{
"filename": "node-16.11.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.11.0-1323031162/node-16.11.0-win32-x64.7z"
}
]
},
{
"version": "16.10.0",
"stable": true,
@@ -399,6 +499,58 @@
}
]
},
{
"version": "14.18.1",
"stable": true,
"lts": "Fermium",
"release_url": "https://github.com/actions/node-versions/releases/tag/14.18.1-1336322970",
"files": [
{
"filename": "node-14.18.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.1-1336322970/node-14.18.1-darwin-x64.tar.gz"
},
{
"filename": "node-14.18.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.1-1336322970/node-14.18.1-linux-x64.tar.gz"
},
{
"filename": "node-14.18.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.1-1336322970/node-14.18.1-win32-x64.7z"
}
]
},
{
"version": "14.18.0",
"stable": true,
"lts": "Fermium",
"release_url": "https://github.com/actions/node-versions/releases/tag/14.18.0-1283317191",
"files": [
{
"filename": "node-14.18.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.0-1283317191/node-14.18.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.18.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.0-1283317191/node-14.18.0-linux-x64.tar.gz"
},
{
"filename": "node-14.18.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.0-1283317191/node-14.18.0-win32-x64.7z"
}
]
},
{
"version": "14.17.6",
"stable": true,
@@ -1281,6 +1433,32 @@
}
]
},
{
"version": "12.22.7",
"stable": true,
"lts": "Erbium",
"release_url": "https://github.com/actions/node-versions/releases/tag/12.22.7-1336323386",
"files": [
{
"filename": "node-12.22.7-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.7-1336323386/node-12.22.7-darwin-x64.tar.gz"
},
{
"filename": "node-12.22.7-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.7-1336323386/node-12.22.7-linux-x64.tar.gz"
},
{
"filename": "node-12.22.7-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/12.22.7-1336323386/node-12.22.7-win32-x64.7z"
}
]
},
{
"version": "12.22.6",
"stable": true,