mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00:00
removed unused import
This commit is contained in:
parent
8d3d0041fe
commit
c955c43bf4
1 changed files with 1 additions and 5 deletions
|
@ -7,11 +7,7 @@ import * as path from 'path';
|
|||
import {restoreCache} from './cache-restore';
|
||||
import {isCacheFeatureAvailable} from './cache-utils';
|
||||
import {getNodejsDistribution} from './distributions/installer-factory';
|
||||
import {
|
||||
defaultIfEmpty,
|
||||
getNodeVersionFromFile,
|
||||
printEnvDetailsAndSetOutput
|
||||
} from './util';
|
||||
import {getNodeVersionFromFile, printEnvDetailsAndSetOutput} from './util';
|
||||
import {State} from './constants';
|
||||
import {ignoreScriptsInNpmConfig} from './ignore-scripts';
|
||||
|
||||
|
|
Loading…
Reference in a new issue