hl-api-changelog/package.json
yst bf6e7636ac
一些检查失败了
changelog-filename-gate / validate (push) Has been cancelled
fix(workflow): 增加 Changelog 文件名检测器 (#24)
2026-07-23 09:24:42 +08:00

13 行
287 B
JSON

{
"name": "hl-api-changelog-quality-gates",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/validate-changelog-filenames.test.mjs",
"check:filenames": "node scripts/validate-changelog-filenames.mjs"
},
"engines": {
"node": ">=20"
}
}