mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 10:35:20 +00:00
7 lines
121 B
JSON
7 lines
121 B
JSON
|
{
|
||
|
"regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)",
|
||
|
"groups": {
|
||
|
"arch": 2,
|
||
|
"platform": 1
|
||
|
}
|
||
|
}
|