mirror of
https://github.com/actions/versions-package-tools.git
synced 2026-01-22 22:31:00 +08:00
first attempt to support lts
This commit is contained in:
8
node-manifest-config.json
Normal file
8
node-manifest-config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)",
|
||||
"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 } }"
|
||||
}
|
||||
Reference in New Issue
Block a user