Skip to content

Commit 482c1fa

Browse files
authored
fix(ci): downgrade [email protected] back to 2.6.12 (#1877)
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.
1 parent 34f04a3 commit 482c1fa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"download": "^8.0.0",
7171
"es-aggregate-error": "^1.0.9",
7272
"nock": "^13.0.11",
73-
"node-fetch": "^2.6.1",
73+
"node-fetch": "2.6.12",
7474
"pkg-up": "^3.1.0",
7575
"rimraf": "^3.0.2",
7676
"semver": "^7.5.3",

0 commit comments

Comments
 (0)