Compare commits

...
3 changed files with 117 additions and 14 deletions
+14 -13
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
+1 -1
Submodule helpers updated: e71d476320...6f1aa3ce73
+102
View File
@@ -1,4 +1,54 @@
[
{
"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 +449,32 @@
}
]
},
{
"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,
@@ -1307,6 +1383,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,