mirror of
https://github.com/actions/setup-go.git
synced 2025-07-17 12:35:14 -06:00
Add new file-container for package-managers
File package-managers.ts was added.
This commit is contained in:
parent
30f08b7b11
commit
f7d54db843
5 changed files with 58 additions and 41 deletions
|
@ -5,11 +5,8 @@ import path from 'path';
|
|||
import fs from 'fs';
|
||||
|
||||
import {State, Outputs} from './constants';
|
||||
import {
|
||||
getCacheDirectoryPath,
|
||||
getPackageManagerInfo,
|
||||
PackageManagerInfo
|
||||
} from './cache-utils';
|
||||
import {PackageManagerInfo} from './package-managers';
|
||||
import {getCacheDirectoryPath, getPackageManagerInfo} from './cache-utils';
|
||||
|
||||
export const restoreCache = async (
|
||||
packageManager: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue