mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-25 15:21:00 -05:00
remove installer import
This commit is contained in:
parent
7569de03e7
commit
b14573ddb9
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ import * as tc from '@actions/tool-cache';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as semver from 'semver';
|
import * as semver from 'semver';
|
||||||
import fs = require('fs');
|
import fs = require('fs');
|
||||||
import * as installer from './installer';
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Node versions interface
|
// Node versions interface
|
||||||
|
|
Loading…
Reference in a new issue