This commit is contained in:
pacnpal
2025-11-14 14:59:00 +00:00
parent b516288da6
commit aa1ffd4d99
2 changed files with 39 additions and 15 deletions

View File

@@ -20,10 +20,12 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.1",
"glob": "^11.0.3",
"node-fetch": "^3.3.2"
"node-fetch": "^3.3.2",
"js-yaml": "^4.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.4",
"jest": "^30.2.0"
"jest": "^30.2.0",
"js-yaml": "^4.1.1"
}
}