mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-30 13:27:15 +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": "newman", "test": "newman --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": {
|
||||
|
||||
Reference in New Issue
Block a user