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/with-defaults.js
generated
vendored
4
node_modules/@octokit/request/dist-src/with-defaults.js
generated
vendored
@@ -11,12 +11,12 @@ export default function withDefaults(oldEndpoint, newDefaults) {
|
||||
};
|
||||
Object.assign(request, {
|
||||
endpoint,
|
||||
defaults: withDefaults.bind(null, endpoint)
|
||||
defaults: withDefaults.bind(null, endpoint),
|
||||
});
|
||||
return endpointOptions.request.hook(request, endpointOptions);
|
||||
};
|
||||
return Object.assign(newApi, {
|
||||
endpoint,
|
||||
defaults: withDefaults.bind(null, endpoint)
|
||||
defaults: withDefaults.bind(null, endpoint),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user