Compare commits
21 Commits
16.9.1-122
...
16.13.0-14
Author | SHA1 | Date | |
---|---|---|---|
|
9439938c24 | ||
|
7efd2b6d9c | ||
|
9f1448d546 | ||
|
d6c0f3407a | ||
|
7ee0eb6d7f | ||
|
0e81926ec5 | ||
|
2b00037cf2 | ||
|
03a45f2d48 | ||
|
285c046a12 | ||
|
d9cf0e3053 | ||
|
d86ab03024 | ||
|
ad9cb45c2a | ||
|
aa33d265c4 | ||
|
58c3d40bb8 | ||
|
577e22bee8 | ||
|
2200e9ff30 | ||
|
09f8ea5c48 | ||
|
d78f09bbe4 | ||
|
acea7cad3a | ||
|
3257340283 | ||
|
84b6aaeb97 |
48
.github/workflows/validate-manifest.yml
vendored
Normal file
48
.github/workflows/validate-manifest.yml
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
name: Validate manifest
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 8,20 * * *'
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'versions-manifest.json'
|
||||
|
||||
env:
|
||||
TOOL_NAME: "Node"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Validate node-versions manifest
|
||||
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
|
||||
|
||||
check_build:
|
||||
name: Check validation for failures
|
||||
runs-on: ubuntu-latest
|
||||
needs: [validation]
|
||||
if: failure()
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Send Slack notification if validation fails
|
||||
run: |
|
||||
$pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID"
|
||||
$message = "The validation of node-versions manifest failed. \nLink to the pipeline: $pipelineUrl"
|
||||
.\helpers\get-new-tool-versions\send-slack-notification.ps1 -Url "${{ secrets.SLACK_CHANNEL_URL }}" `
|
||||
-ToolName "${{ env.TOOL_NAME }}" `
|
||||
-Text "$message" `
|
||||
-ImageUrl "https://nodejs.org/static/images/logo-hexagon-card.png"
|
2
helpers
2
helpers
Submodule helpers updated: 1eaa091b65...6f1aa3ce73
@@ -1,4 +1,154 @@
|
||||
[
|
||||
{
|
||||
"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,
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/16.10.0-1264673745",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-16.10.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.10.0-1264673745/node-16.10.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.10.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.10.0-1264673745/node-16.10.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.10.0-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.10.0-1264673745/node-16.10.0-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "16.9.1",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/node-versions/releases/tag/16.9.1-1224334450",
|
||||
"files": [
|
||||
{
|
||||
"filename": "node-16.9.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.9.1-1224334450/node-16.9.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.9.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.9.1-1224334450/node-16.9.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "node-16.9.1-win32-x64.7z",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/node-versions/releases/download/16.9.1-1224334450/node-16.9.1-win32-x64.7z"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "16.9.0",
|
||||
"stable": true,
|
||||
@@ -349,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,
|
||||
@@ -1231,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,
|
||||
|
Reference in New Issue
Block a user