mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 12:54:45 +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…
Add table
Add a link
Reference in a new issue