mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 02:31:38 +08:00
change evaluateVersions
This commit is contained in:
@@ -14,9 +14,8 @@ export default class CanaryBuild extends BaseDistribution {
|
||||
return 'https://nodejs.org/download/v8-canary';
|
||||
}
|
||||
|
||||
protected evaluateVersions(nodeVersions: INodeVersion[]): string {
|
||||
protected evaluateVersions(versions: string[]): string {
|
||||
let version = '';
|
||||
const versions = this.filterVersions(nodeVersions);
|
||||
|
||||
core.debug(`evaluating ${versions.length} versions`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user