mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 05:01:11 +00:00
Add unit tests
This commit is contained in:
parent
928eb4967d
commit
339630e034
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