mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-10-29 15:52:42 +08:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -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[]> => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user