mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[Windows] Add grunt-cli to global npm packages on Windows 2022 (#4689)
This commit is contained in:
committed by
GitHub
parent
8aa18c1d57
commit
5e4f5b8898
@@ -266,7 +266,8 @@
|
|||||||
{ "name": "yarn", "test": "yarn --version" },
|
{ "name": "yarn", "test": "yarn --version" },
|
||||||
{ "name": "newman", "test": "newman --version" },
|
{ "name": "newman", "test": "newman --version" },
|
||||||
{ "name": "lerna", "test": "lerna --version" },
|
{ "name": "lerna", "test": "lerna --version" },
|
||||||
{ "name": "gulp-cli", "test": "gulp --version" }
|
{ "name": "gulp-cli", "test": "gulp --version" },
|
||||||
|
{ "name": "grunt-cli", "test": "grunt --version" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dotnet": {
|
"dotnet": {
|
||||||
|
|||||||
Reference in New Issue
Block a user