Adding other deps to main package.json

This commit is contained in:
Vallie Joseph
2023-07-31 18:06:33 +00:00
parent 132a8a43ad
commit ffd504ff70
2 changed files with 78 additions and 51 deletions

View File

@@ -32,6 +32,9 @@
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/io": "^1.1.3"
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"tmp-promise": "^3.0.3",
"uuid": "^7.0.0"
}
}