mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 02:25:19 +00:00
Merge pull request #63 from actions/malob/add-lts-labels
Add support for LTS labels in node-versions manifest
This commit is contained in:
commit
0141b50275
@ -3,5 +3,6 @@
|
|||||||
"groups": {
|
"groups": {
|
||||||
"arch": 2,
|
"arch": 2,
|
||||||
"platform": 1
|
"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 } }"
|
||||||
}
|
}
|
2
helpers
2
helpers
@ -1 +1 @@
|
|||||||
Subproject commit 3b38e3de4c5e4bc75f5dee12b5bb8dbffe35c562
|
Subproject commit 46a901fa871bc94ea6a493c1f8404214bb2e5606
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user