Feat: proxy implementation (#246)

* feat: implement proxy feature
* see #222

* refactor: pr changes

Co-authored-by: Peter Woodworth <44349620+peterwoodworth@users.noreply.github.com>
This commit is contained in:
Eduard Marbach
2022-11-18 00:35:16 +01:00
committed by GitHub
parent 0cc6258771
commit c719b7b5e1
6 changed files with 186 additions and 47 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
"dependencies": {
"@actions/core": "^1.10.0",
"aws-sdk": "^2.1254.0",
"axios": "^1.1.3"
"axios": "^1.1.3",
"https-proxy-agent": "^5.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",