mirror of
https://github.com/actions/setup-node.git
synced 2025-07-25 16:08:25 +02:00
Review fixes 3
This commit is contained in:
parent
3ef527264a
commit
17a4854193
4 changed files with 0 additions and 11 deletions
|
@ -126,7 +126,6 @@ const getProjectDirectoriesFromCacheDependencyPath = async (
|
|||
const existingDirectories: string[] = cacheDependenciesPaths
|
||||
.map(path.dirname)
|
||||
.filter(unique())
|
||||
.filter(fs.existsSync)
|
||||
.filter(directory => fs.lstatSync(directory).isDirectory());
|
||||
|
||||
if (!existingDirectories.length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue