mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-25 11:40:58 -05:00
Remove unused imports
This commit is contained in:
parent
3af302a4f2
commit
b96348a4e9
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
import * as core from '@actions/core';
|
import * as core from '@actions/core';
|
||||||
import * as exec from '@actions/exec';
|
import * as exec from '@actions/exec';
|
||||||
import os from 'os';
|
|
||||||
import path from 'path';
|
|
||||||
|
|
||||||
type SupportedPackageManagers = {
|
type SupportedPackageManagers = {
|
||||||
[prop: string]: PackageManagerInfo;
|
[prop: string]: PackageManagerInfo;
|
||||||
|
|
Loading…
Reference in a new issue