1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2024-11-09 15:12:40 +00:00

Remove unused imports

This commit is contained in:
Jacob Gillespie 2021-07-15 12:46:07 +01:00
parent 3af302a4f2
commit b96348a4e9
No known key found for this signature in database
GPG key ID: 52D71192EF3DBDD9

View file

@ -1,7 +1,5 @@
import * as core from '@actions/core';
import * as exec from '@actions/exec';
import os from 'os';
import path from 'path';
type SupportedPackageManagers = {
[prop: string]: PackageManagerInfo;