mirror of
https://github.com/actions/setup-node.git
synced 2025-07-24 23:48:24 +02:00
minor polishing
This commit is contained in:
parent
15e57b56d6
commit
f3c48890ed
7 changed files with 5 additions and 13 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue