mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00:00
feat: add arch to INodeVersionInfo
This commit is contained in:
parent
6668516d2a
commit
3e84c3523b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export interface INodeVersion {
|
|||
interface INodeVersionInfo {
|
||||
downloadUrl: string;
|
||||
resolvedVersion: string;
|
||||
arch: string;
|
||||
fileName: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue