mirror of
https://github.com/actions/setup-node
synced 2025-04-09 02:15:52 +00:00
Run the code formatter
This commit is contained in:
parent
6ca7a3375d
commit
09913eaefe
1 changed files with 5 additions and 1 deletions
|
@ -88,7 +88,11 @@ export default abstract class BaseDistribution {
|
|||
}
|
||||
|
||||
protected findVersionInHostedToolCacheDirectory() {
|
||||
return tc.find('node', this.nodeInfo.versionSpec, this.translateArchToDistUrl(this.nodeInfo.arch));
|
||||
return tc.find(
|
||||
'node',
|
||||
this.nodeInfo.versionSpec,
|
||||
this.translateArchToDistUrl(this.nodeInfo.arch)
|
||||
);
|
||||
}
|
||||
|
||||
protected async getNodeJsVersions(): Promise<INodeVersion[]> {
|
||||
|
|
Loading…
Add table
Reference in a new issue