Merge pull request #63 from actions/malob/add-lts-labels

Add support for LTS labels in node-versions manifest
This commit is contained in:
Maxim Lobanov 2021-06-16 14:43:23 +03:00 committed by GitHub
commit 0141b50275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 149 additions and 2 deletions

View File

@ -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 } }"
}

@ -1 +1 @@
Subproject commit 3b38e3de4c5e4bc75f5dee12b5bb8dbffe35c562
Subproject commit 46a901fa871bc94ea6a493c1f8404214bb2e5606

File diff suppressed because it is too large Load Diff