mirror of
https://github.com/actions/node-versions.git
synced 2025-09-10 22:11:13 +08: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:
@@ -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
Submodule helpers updated: 3b38e3de4c...46a901fa87
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user