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.18.0-1283317191
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.18.1-1336322970
Choose a head ref
  • 6 commits
  • 2 files changed
  • 4 contributors

Commits on Sep 28, 2021

  1. Update versions-manifest

    459680 committed Sep 28, 2021
    Copy the full SHA
    ad9cb45 View commit details
  2. Merge pull request #82 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 09/28/2021
    MaksimZhukov authored Sep 28, 2021
    Copy the full SHA
    d86ab03 View commit details

Commits on Oct 6, 2021

  1. Copy the full SHA
    d9cf0e3 View commit details

Commits on Oct 7, 2021

  1. Merge pull request #83 from nikolai-frolov/helpers-update

    Uptake of the latest changes for helpers submodule
    MaksimZhukov authored Oct 7, 2021
    Copy the full SHA
    285c046 View commit details

Commits on Oct 9, 2021

  1. Update versions-manifest

    459680 committed Oct 9, 2021
    Copy the full SHA
    03a45f2 View commit details
  2. Copy the full SHA
    2b00037 View commit details
Showing with 52 additions and 1 deletion.
  1. +1 −1 helpers
  2. +51 −0 versions-manifest.json
2 changes: 1 addition & 1 deletion helpers
51 changes: 51 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"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 +424,32 @@
}
]
},
{
"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,