78bd2be0dd
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.0 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
740 B
JSON
30 lines
740 B
JSON
{
|
|
"name": "setup-kubectl-action",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "lib/run.js",
|
|
"scripts": {
|
|
"build": "tsc --outDir .\\lib\\ --rootDir .\\src\\",
|
|
"test": "jest",
|
|
"test-coverage": "jest --coverage"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/exec": "^1.0.0",
|
|
"@actions/tool-cache": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.4",
|
|
"jest": "^26.0.1",
|
|
"@types/jest": "^25.2.2",
|
|
"ts-jest": "^25.5.1",
|
|
"typescript": "3.9.2"
|
|
}
|
|
}
|