mirror of
https://github.com/actions/node-versions.git
synced 2025-01-10 18:15:21 +00:00
add arm for regex (#142)
This commit is contained in:
parent
3985d2e8f1
commit
802851f7e1
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-(x\\d+)",
|
"regex": "node-\\d+\\.\\d+\\.\\d+-(\\w+)-((x|arm)\\d+)",
|
||||||
"groups": {
|
"groups": {
|
||||||
"arch": 2,
|
"arch": 2,
|
||||||
"platform": 1
|
"platform": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user