Skip to content

Commit

Permalink
Revert node-fetch and fetch-blob
Browse files Browse the repository at this point in the history
  • Loading branch information
za-creature committed Jul 17, 2024
1 parent b0772a1 commit 82a5ba1
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
platform:
- ubuntu-latest
node:
- 8
#- 8
- 10
- 12
- 14
Expand Down
235 changes: 64 additions & 171 deletions cf-emu/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cf-emu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"busboy": "^1.6.0",
"esprima": "^4.0.1",
"fetch-blob": "^4.0.0",
"fetch-blob": "^2.1.2",
"form-data": "^4.0.0",
"node-fetch": "^3.3.2",
"node-fetch": "^2.7.0",
"subtle": "^0.1.8",
"yargs": "^17.7.2"
},
Expand Down

0 comments on commit 82a5ba1

Please sign in to comment.