Adding graphql to find out latest helm version of specified type

This commit is contained in:
Shivam Gupta
2021-03-17 15:22:17 +05:30
parent d315e938e1
commit f4feda54cb
3 changed files with 56 additions and 36 deletions

View File

@ -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"
}
}
}