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.1-939440767
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.2-992803584
Choose a head ref
  • 9 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 15, 2021

  1. Update versions-manifest

    459680 committed Jun 15, 2021
    Copy the full SHA
    34f35b5 View commit details
  2. Merge pull request #62 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 06/15/2021
    AlenaSviridenko authored Jun 15, 2021
    Copy the full SHA
    e5f055b View commit details

Commits on Jun 16, 2021

  1. add LTS labels

    maxim-lobanov authored Jun 16, 2021
    Copy the full SHA
    4fcc8f1 View commit details
  2. update submodules

    maxim-lobanov authored Jun 16, 2021
    Copy the full SHA
    7481b6b View commit details
  3. Merge pull request #63 from actions/malob/add-lts-labels

    Add support for LTS labels in node-versions manifest
    maxim-lobanov authored Jun 16, 2021
    Copy the full SHA
    0141b50 View commit details

Commits on Jun 23, 2021

  1. Update versions-manifest

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

    [versions-manifest] Update for release from 06/23/2021
    AlenaSviridenko authored Jun 23, 2021
    Copy the full SHA
    2b6ee48 View commit details

Commits on Jul 1, 2021

  1. Update versions-manifest

    459680 committed Jul 1, 2021
    Copy the full SHA
    6d939f1 View commit details

Commits on Jul 2, 2021

  1. Copy the full SHA
    7ac82af View commit details
Showing with 276 additions and 2 deletions.
  1. +2 −1 config/node-manifest-config.json
  2. +1 −1 helpers
  3. +273 −0 versions-manifest.json
3 changes: 2 additions & 1 deletion config/node-manifest-config.json
Original file line number Diff line number Diff line change
@@ -3,5 +3,6 @@
"groups": {
"arch": 2,
"platform": 1
}
},
"lts_rule_expression": "(Invoke-RestMethod 'https://raw.githubusercontent.com/nodejs/Release/main/schedule.json').PSObject.Properties | Where-Object { $_.Value.codename } | ForEach-Object { @{ Name = $_.Name.TrimStart('v'); Value = $_.Value.codename } }"
}
Loading