mirror of
https://github.com/actions/setup-node.git
synced 2025-06-30 06:33:48 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
4
node_modules/@octokit/endpoint/dist-src/defaults.js
generated
vendored
4
node_modules/@octokit/endpoint/dist-src/defaults.js
generated
vendored
|
@ -1,6 +1,8 @@
|
|||
import getUserAgent from "universal-user-agent";
|
||||
import { getUserAgent } from "universal-user-agent";
|
||||
import { VERSION } from "./version";
|
||||
const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`;
|
||||
// DEFAULTS has all properties set that EndpointOptions has, except url.
|
||||
// So we use RequestParameters and add method as additional required property.
|
||||
export const DEFAULTS = {
|
||||
method: "GET",
|
||||
baseUrl: "https://api.github.com",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue