ci: use push-charts nodejs tool to manage push to GHCR.io (#23)
This commit is contained in:
parent
8994c62db5
commit
394ce954f7
13 changed files with 1220 additions and 56 deletions
20
package.json
Normal file
20
package.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "helm-charts",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.5.2",
|
||||
"volta": {
|
||||
"node": "22.14.0",
|
||||
"pnpm": "10.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
"prettier:check": "prettier --check .",
|
||||
"prettier:fix": "prettier --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "22.13.5",
|
||||
"prettier": "3.5.2",
|
||||
"vitest": "3.0.7",
|
||||
"vitest-mock-extended": "3.0.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue