mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Make node-fetch available
This commit is contained in:
parent
311d596c3d
commit
f34078a491
5 changed files with 35 additions and 6 deletions
|
|
@ -39,10 +39,12 @@
|
|||
"@octokit/core": "^3.5.1",
|
||||
"@octokit/plugin-paginate-rest": "^2.17.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^6.3.0",
|
||||
"@octokit/plugin-retry": "^3.0.9"
|
||||
"@octokit/plugin-retry": "^3.0.9",
|
||||
"node-fetch": "^2.6.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
||||
"@typescript-eslint/parser": "^3.10.1",
|
||||
"@vercel/ncc": "^0.36.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue