mirror of
https://github.com/actions/setup-node.git
synced 2024-11-10 05:31:07 +07:00
Fix typo
This commit is contained in:
parent
ba2f076a9c
commit
8819aae165
@ -123,7 +123,7 @@ export const getPackageManagerInfo = async (packageManager: string) => {
|
|||||||
*
|
*
|
||||||
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
|
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
|
||||||
* expected to be the result of `core.getInput('cache-dependency-path')`
|
* 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(
|
export const getProjectDirectoriesFromCacheDependencyPath = memoize(
|
||||||
async (cacheDependencyPath: string): Promise<string[]> => {
|
async (cacheDependencyPath: string): Promise<string[]> => {
|
||||||
|
Loading…
Reference in New Issue
Block a user