mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 11:30:49 +08:00
[MacOS] Rework NodeJS install (#4380)
This commit is contained in:
@@ -184,5 +184,13 @@
|
||||
},
|
||||
"go": {
|
||||
"default": "1.17"
|
||||
},
|
||||
"node": {
|
||||
"default": "14",
|
||||
"nvm_versions": [
|
||||
"10",
|
||||
"12",
|
||||
"14"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user