mirror of
https://code.forgejo.org/actions/setup-node
synced 2025-06-22 19:28:01 +02:00
Update tool-cache we consume
This commit is contained in:
parent
d83862c273
commit
d7b6952411
18 changed files with 230 additions and 163 deletions
4
node_modules/@actions/tool-cache/lib/tool-cache.d.ts
generated
vendored
4
node_modules/@actions/tool-cache/lib/tool-cache.d.ts
generated
vendored
|
@ -1,3 +1,7 @@
|
|||
export declare class HTTPError extends Error {
|
||||
readonly httpStatusCode: number | undefined;
|
||||
constructor(httpStatusCode: number | undefined);
|
||||
}
|
||||
/**
|
||||
* Download a tool from an url and stream it into a file
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue