Skip to content

Commit

Permalink
fix(ci): downgrade node-fetch@2.x back to 2.6.12 (#1877)
Browse files Browse the repository at this point in the history
This could explain why we are seeing `write EPIPE` errors in the `release_publish_dry_run`
task with Octokit (esp. considering node-fetch/node-fetch@65ae25a1da2834b).
The 2.x line of node-fetch is only used in development dependencies, so let's try this
downgrade for now.
  • Loading branch information
addaleax committed Mar 14, 2024
1 parent 34f04a3 commit 482c1fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"download": "^8.0.0",
"es-aggregate-error": "^1.0.9",
"nock": "^13.0.11",
"node-fetch": "^2.6.1",
"node-fetch": "2.6.12",
"pkg-up": "^3.1.0",
"rimraf": "^3.0.2",
"semver": "^7.5.3",
Expand Down

0 comments on commit 482c1fa

Please sign in to comment.