We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af302a commit b96348aCopy full SHA for b96348a
src/cache-utils.ts
@@ -1,7 +1,5 @@
1
import * as core from '@actions/core';
2
import * as exec from '@actions/exec';
3
-import os from 'os';
4
-import path from 'path';
5
6
type SupportedPackageManagers = {
7
[prop: string]: PackageManagerInfo;
0 commit comments