feat: support packageManager in package.json

This commit is contained in:
danadajian 2023-10-07 17:00:52 -05:00
parent bd26ebd2c7
commit f417545217
5 changed files with 181 additions and 128 deletions

View file

@ -30,6 +30,7 @@
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.8.2",
"esbuild": "^0.19.2",
"prettier": "^2.8.4",
"typescript": "^4.9.5"