mirror of
https://github.com/actions/runner-images.git
synced 2026-01-07 18:58:13 +08:00
[macOS] Move global npm packages to toolset macOS (#4047)
This commit is contained in:
@@ -182,6 +182,13 @@
|
||||
{"name": "Pester"},
|
||||
{"name": "PSScriptAnalyzer"}
|
||||
],
|
||||
"npm": {
|
||||
"global_packages": [
|
||||
{ "name": "appcenter-cli", "test": "appcenter --version" },
|
||||
{ "name": "newman", "test": "newman --version" },
|
||||
{ "name": "node-gyp" }
|
||||
]
|
||||
},
|
||||
"brew": {
|
||||
"common_packages": [
|
||||
"aliyun-cli",
|
||||
|
||||
Reference in New Issue
Block a user