ci: Check changelog action (#14)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-08-07 11:10:51 +02:00 committed by GitHub
parent 8ed61737dc
commit 49ebc2bb2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 30162 additions and 20 deletions

View file

@ -0,0 +1,30 @@
{
"name": "verify-chart-version-bump",
"version": "1.0.0",
"description": "",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "npm run build && NODE_OPTIONS=--openssl-legacy-provider ncc build --source-map --license licenses.txt"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"fs-extra": "^10.1.0",
"json-schema-to-ts": "^2.5.5",
"semver": "^7.3.7",
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.21",
"@types/semver": "^7.3.10",
"@vercel/ncc": "^0.31.1",
"typescript": "^4.6.2"
}
}