mirror of
https://github.com/actions/cache.git
synced 2026-07-03 21:59:30 +00:00
Proxy support
This commit is contained in:
parent
2f484236b8
commit
847b0c7400
9 changed files with 206748 additions and 91 deletions
|
|
@ -30,10 +30,13 @@
|
|||
"@actions/io": "^1.1.2",
|
||||
"@aws-sdk/client-s3": "^3.309.0",
|
||||
"@aws-sdk/lib-storage": "^3.309.0",
|
||||
"@aws-sdk/node-http-handler": "^3.306.0",
|
||||
"proxy-agent": "^5.0.0",
|
||||
"semver": "^7.3.8",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@aws-sdk/types": "^3.306.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/nock": "^11.1.0",
|
||||
"@types/node": "^16.18.3",
|
||||
|
|
@ -41,7 +44,6 @@
|
|||
"@types/uuid": "^9.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"@aws-sdk/types": "^3.306.0",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue