use @kubernetes/client-node to generate default config (#51)

This commit is contained in:
Sigurd Fosseng
2022-06-22 16:58:10 +02:00
committed by GitHub
parent b19619f34c
commit e972a5b196
4 changed files with 2248 additions and 9338 deletions
+7 -7
View File
@@ -18,16 +18,16 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"@actions/io": "^1.1.2",
"@kubernetes/client-node": "^0.16.0",
"js-yaml": "^3.13.1"
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^25.2.2",
"@types/jest": "^28.1.2",
"@types/js-yaml": "^4.0.4",
"@types/node": "^12.0.4",
"jest": "^26.6.3",
"ts-jest": "^25.5.1",
"typescript": "3.9.2"
"@types/node": "^16.0.0",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"typescript": "4.7.4"
}
}