mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-18 08:16:49 +00:00
Update packages, change to node16
This commit is contained in:
4
node_modules/@octokit/request/dist-src/index.js
generated
vendored
4
node_modules/@octokit/request/dist-src/index.js
generated
vendored
@@ -4,6 +4,6 @@ import { VERSION } from "./version";
|
||||
import withDefaults from "./with-defaults";
|
||||
export const request = withDefaults(endpoint, {
|
||||
headers: {
|
||||
"user-agent": `octokit-request.js/${VERSION} ${getUserAgent()}`
|
||||
}
|
||||
"user-agent": `octokit-request.js/${VERSION} ${getUserAgent()}`,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user