We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eac26 commit fa33f86Copy full SHA for fa33f86
lib/request.js
@@ -9,8 +9,8 @@ export default request.defaults({
9
"user-agent": "actions/create-github-app-token",
10
},
11
baseUrl,
12
- // Use undici as the fetch implementation because we rely on proxy support which is only available in node22 and later,
13
- // which the GitHub Actions runner doesn't support yet.
+ // Use undici for the fetch implementation because we rely on its built-in proxy support added in v6.14/15.
+ // Node.js v20 uses an older undici version, and the GitHub Actions runner doesn't support node22 yet.
14
request: {
15
fetch: undiciFetch,
16
0 commit comments