minor polishing

This commit is contained in:
Dmitry Shibanov 2022-12-22 01:09:28 +01:00
parent 15e57b56d6
commit f3c48890ed
7 changed files with 5 additions and 13 deletions

View file

@ -4,7 +4,7 @@ import * as tc from '@actions/tool-cache';
import semver from 'semver';
import BaseDistribution from '../base-distribution';
import {INodejs, INodeVersion} from '../base-models';
import {INodejs} from '../base-models';
export default class NightlyNodejs extends BaseDistribution {
constructor(nodeInfo: INodejs) {