1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00
This commit is contained in:
Nikolai Laevskii 2023-09-13 09:39:21 +02:00
parent ba2f076a9c
commit 8819aae165

View file

@ -123,7 +123,7 @@ export const getPackageManagerInfo = async (packageManager: string) => {
*
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
* expected to be the result of `core.getInput('cache-dependency-path')`
* @return list of directories and possible
* @return list of directories
*/
export const getProjectDirectoriesFromCacheDependencyPath = memoize(
async (cacheDependencyPath: string): Promise<string[]> => {