Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti committed Sep 18, 2024
1 parent 75d4ae8 commit f7fb706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/node-pre-gyp-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function startPublishAssets() {
auth: getGithubKey(),
headers: { "user-agent": packageJson.name },
request: {
fetch: typeof fetch !== "undefined" ? fetch : require("node-fetch-cjs"),
fetch: typeof fetch !== "undefined" ? fetch : require("node-fetch-cjs").default,
},
});

Expand Down

0 comments on commit f7fb706

Please sign in to comment.