mirror of
https://gitea.com/actions/setup-node.git
synced 2025-09-16 08:38:35 +08:00
Add unit tests
This commit is contained in:
@@ -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
|
||||
) => {
|
||||
|
Reference in New Issue
Block a user