Skip to content

Commit fa33f86

Browse files
committed
Update code comment
1 parent 98eac26 commit fa33f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/request.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default request.defaults({
99
"user-agent": "actions/create-github-app-token",
1010
},
1111
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.
12+
// Use undici for the fetch implementation because we rely on its built-in proxy support added in v6.14/15.
13+
// Node.js v20 uses an older undici version, and the GitHub Actions runner doesn't support node22 yet.
1414
request: {
1515
fetch: undiciFetch,
1616
},

0 commit comments

Comments
 (0)