mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 10:35:20 +00:00
434ca92b37
* add common helpers * minor changes * remove from git helpers * add submodules * setup 4 version for pester Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
7 lines
121 B
JSON
7 lines
121 B
JSON
{
|
|
"regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)",
|
|
"groups": {
|
|
"arch": 2,
|
|
"platform": 1
|
|
}
|
|
} |