ci: use push-charts nodejs tool to manage push to GHCR.io (#23)

This commit is contained in:
Sebastian Poxhofer 2025-02-28 23:56:34 +01:00 committed by GitHub
parent 8994c62db5
commit 394ce954f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1220 additions and 56 deletions

20
package.json Normal file
View 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"
}
}