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 593c493
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 175 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
platform:
- ubuntu-latest
node:
- 8
- 10
#- 8 # yargs
#- 10 # esm
- 12
- 14
- 16
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 593c493

Please sign in to comment.