mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
Hooks are new to commander v8. We can use hooks to ensure that `setMode` is called before every command is invoked.
17 lines
231 B
JSON
17 lines
231 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"version": "*",
|
|
"target": {
|
|
"node": "supported"
|
|
},
|
|
"response": {
|
|
"type": "time-permitting"
|
|
},
|
|
"backing": {
|
|
"npm-funding": true
|
|
}
|
|
}
|
|
]
|
|
}
|