mirror of
https://github.com/actions/setup-node
synced 2024-11-14 01:22:40 +00:00
remove unused import
This commit is contained in:
parent
072a2e3b10
commit
3d11add771
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ import * as core from '@actions/core';
|
||||||
import * as exec from '@actions/exec';
|
import * as exec from '@actions/exec';
|
||||||
import * as installer from './installer';
|
import * as installer from './installer';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import * as child_process from 'child_process';
|
|
||||||
import * as auth from './authutil';
|
import * as auth from './authutil';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import {restoreCache} from './cache-restore';
|
import {restoreCache} from './cache-restore';
|
||||||
|
|
Loading…
Reference in a new issue