feat: support packageManager in package.json (#27)

This commit is contained in:
Dan Adajian 2023-10-25 08:13:22 -05:00 committed by GitHub
parent bd26ebd2c7
commit 6be87460e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"