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: 14.17.0-834391622
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: 14.17.1-939440767
Choose a head ref
  • 6 commits
  • 1 file changed
  • 3 contributors

Commits on May 12, 2021

  1. Update versions-manifest

    459680 committed May 12, 2021
    Copy the full SHA
    60911f3 View commit details
  2. Merge pull request #59 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 05/12/2021
    MaksimZhukov authored May 12, 2021
    Copy the full SHA
    5fa4e70 View commit details

Commits on May 19, 2021

  1. Update versions-manifest

    459680 committed May 19, 2021
    Copy the full SHA
    62cc8fa View commit details
  2. Merge pull request #60 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 05/19/2021
    MaksimZhukov authored May 19, 2021
    Copy the full SHA
    3e0c0eb View commit details

Commits on Jun 3, 2021

  1. Update versions-manifest

    459680 committed Jun 3, 2021
    Copy the full SHA
    b6e0bcc View commit details
  2. Merge pull request #61 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 06/03/2021
    AlenaSviridenko authored Jun 3, 2021
    Copy the full SHA
    e21cafe View commit details
Showing with 75 additions and 0 deletions.
  1. +75 −0 versions-manifest.json
75 changes: 75 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,54 @@
[
{
"version": "16.3.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.3.0-903282045",
"files": [
{
"filename": "node-16.3.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.3.0-903282045/node-16.3.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.3.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.3.0-903282045/node-16.3.0-linux-x64.tar.gz"
},
{
"filename": "node-16.3.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.3.0-903282045/node-16.3.0-win32-x64.7z"
}
]
},
{
"version": "16.2.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/16.2.0-857298671",
"files": [
{
"filename": "node-16.2.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/16.2.0-857298671/node-16.2.0-darwin-x64.tar.gz"
},
{
"filename": "node-16.2.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/16.2.0-857298671/node-16.2.0-linux-x64.tar.gz"
},
{
"filename": "node-16.2.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/16.2.0-857298671/node-16.2.0-win32-x64.7z"
}
]
},
{
"version": "16.1.0",
"stable": true,
@@ -49,6 +99,31 @@
}
]
},
{
"version": "14.17.0",
"stable": true,
"release_url": "https://github.com/actions/node-versions/releases/tag/14.17.0-834391622",
"files": [
{
"filename": "node-14.17.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.0-834391622/node-14.17.0-darwin-x64.tar.gz"
},
{
"filename": "node-14.17.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.0-834391622/node-14.17.0-linux-x64.tar.gz"
},
{
"filename": "node-14.17.0-win32-x64.7z",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/node-versions/releases/download/14.17.0-834391622/node-14.17.0-win32-x64.7z"
}
]
},
{
"version": "14.16.1",
"stable": true,