MCPcopy Index your code
hub / github.com/actions/setup-node / PackageManagerInfo

Interface PackageManagerInfo

src/cache-utils.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import {unique} from './util';
8
9export interface PackageManagerInfo {
10 name: string;
11 lockFilePatterns: Array<string>;
12 getCacheFolderPath: (projectDir?: string) => Promise<string>;
13}
14
15interface SupportedPackageManagers {
16 npm: PackageManagerInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected