mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-24 21:06:29 +00:00
Adding graphql to find out latest helm version of specified type
This commit is contained in:
@ -6,10 +6,11 @@
|
||||
"author": "Anumita Shenoy",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/tool-cache": "1.1.2",
|
||||
"@actions/io": "^1.0.0",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.0",
|
||||
"@actions/io": "^1.0.0",
|
||||
"@actions/tool-cache": "1.1.2",
|
||||
"@octokit/graphql": "^4.6.1",
|
||||
"semver": "^6.1.0"
|
||||
},
|
||||
"main": "lib/run.js",
|
||||
@ -21,4 +22,4 @@
|
||||
"@types/node": "^12.0.10",
|
||||
"typescript": "^3.5.2"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user