mirror of
https://github.com/actions/setup-node.git
synced 2025-06-30 14:43:48 +00:00
Add unit tests
This commit is contained in:
parent
9e025d3ea1
commit
9b43de6ca3
4 changed files with 71 additions and 5 deletions
|
@ -61,7 +61,7 @@ export const getPackageManagerWorkingDir = (): string | null => {
|
|||
return cacheDependencyPath ? path.dirname(cacheDependencyPath) : null;
|
||||
};
|
||||
|
||||
const getPackageManagerVersion = async (
|
||||
export const getPackageManagerVersion = async (
|
||||
packageManager: string,
|
||||
command: string
|
||||
) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue