Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/node-versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.22.7-1336323386
Choose a base ref
...
head repository: actions/node-versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.22.8-1590959853
Choose a head ref
  • 9 commits
  • 3 files changed
  • 5 contributors

Commits on Oct 13, 2021

  1. Update versions-manifest

    459680 committed Oct 13, 2021

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    0e81926 View commit details
  2. Merge pull request #86 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 10/13/2021
    MaksimZhukov authored Oct 13, 2021
    Copy the full SHA
    7ee0eb6 View commit details

Commits on Oct 14, 2021

  1. Copy the full SHA
    d6c0f34 View commit details

Commits on Oct 20, 2021

  1. Copy the full SHA
    9f1448d View commit details

Commits on Oct 26, 2021

  1. Update versions-manifest

    459680 committed Oct 26, 2021
    Copy the full SHA
    7efd2b6 View commit details
  2. Merge pull request #88 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 10/26/2021
    miketimofeev authored Oct 26, 2021
    Copy the full SHA
    9439938 View commit details

Commits on Nov 8, 2021

  1. Update versions-manifest (#89)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Nov 8, 2021
    Copy the full SHA
    fff8e8d View commit details

Commits on Dec 1, 2021

  1. Copy the full SHA
    e60aab1 View commit details

Commits on Dec 2, 2021

  1. Update versions-manifest (#91)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Dec 2, 2021
    1
    Copy the full SHA
    ad4c151 View commit details
Showing with 214 additions and 14 deletions.
  1. +14 −13 .github/workflows/validate-manifest.yml
  2. +1 −1 helpers
  3. +199 −0 versions-manifest.json
27 changes: 14 additions & 13 deletions .github/workflows/validate-manifest.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion helpers
199 changes: 199 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,112 @@
[
{
"version": "16.13.1",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.13.1-1529449737",
"files": [
{
"filename": "node-16.13.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.1-1529449737/node-16.13.1-darwin-x64.tar.gz"
},
{
"filename": "node-16.13.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.1-1529449737/node-16.13.1-linux-x64.tar.gz"
},
{
"filename": "node-16.13.1-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.13.1-1529449737/node-16.13.1-win32-x64.7z"
}
]
},
{
"version": "16.13.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.13.0-1434342064",
"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-1434342064/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-1434342064/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-1434342064/node-16.13.0-win32-x64.7z"
}
]
},
{
"version": "16.12.0",
"stable": true,
"lts": "Gallium",
"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,
"lts": "Gallium",
"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,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.11.0-1323031162",
"files": [
{
@@ -27,6 +132,7 @@
{
"version": "16.10.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.10.0-1264673745",
"files": [
{
@@ -52,6 +158,7 @@
{
"version": "16.9.1",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.9.1-1224334450",
"files": [
{
@@ -77,6 +184,7 @@
{
"version": "16.9.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.9.0-1212244385",
"files": [
{
@@ -102,6 +210,7 @@
{
"version": "16.8.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.8.0-1169919626",
"files": [
{
@@ -127,6 +236,7 @@
{
"version": "16.7.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.7.0-1142094056",
"files": [
{
@@ -152,6 +262,7 @@
{
"version": "16.6.2",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.6.2-1122930057",
"files": [
{
@@ -177,6 +288,7 @@
{
"version": "16.6.1",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.6.1-1093240690",
"files": [
{
@@ -202,6 +314,7 @@
{
"version": "16.6.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.6.0-1081405875",
"files": [
{
@@ -227,6 +340,7 @@
{
"version": "16.5.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.5.0-1029814944",
"files": [
{
@@ -252,6 +366,7 @@
{
"version": "16.4.2",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.4.2-1003778947",
"files": [
{
@@ -277,6 +392,7 @@
{
"version": "16.4.1",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.4.1-992803039",
"files": [
{
@@ -302,6 +418,7 @@
{
"version": "16.4.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.4.0-964492862",
"files": [
{
@@ -327,6 +444,7 @@
{
"version": "16.3.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.3.0-903282045",
"files": [
{
@@ -352,6 +470,7 @@
{
"version": "16.2.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.2.0-857298671",
"files": [
{
@@ -377,6 +496,7 @@
{
"version": "16.1.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.1.0-812584101",
"files": [
{
@@ -402,6 +522,7 @@
{
"version": "16.0.0",
"stable": true,
"lts": "Gallium",
"release_url": "https://github.com/actions/node-versions/releases/tag/16.0.0-769713005",
"files": [
{
@@ -424,6 +545,58 @@
}
]
},
{
"version": "14.18.2",
"stable": true,
"lts": "Fermium",
"release_url": "https://github.com/actions/node-versions/releases/tag/14.18.2-1525067507",
"files": [
{
"filename": "node-14.18.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.2-1525067507/node-14.18.2-darwin-x64.tar.gz"
},
{
"filename": "node-14.18.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.2-1525067507/node-14.18.2-linux-x64.tar.gz"
},
{
"filename": "node-14.18.2-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.18.2-1525067507/node-14.18.2-win32-x64.7z"
}
]
},
{
"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,
@@ -1332,6 +1505,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,