withastro/action

Setup Node step failing when in subfolder

omar-h-omar opened this issue · 3 comments

Hi there I noticed that the Setup Node step is missing cache-dependency-path. Without this, if the user provides a path to a subfolder the build will fail as node won't be able to find the lockfiles since they are in the subfolder. Here's a picture of a build failing because of this issue:
Screenshot 2023-01-26 at 11 32 58 am

I am also running into the same issue.

This should be fixed in the latest (v0.2.0)

This caused #21 for me. Anyway to disable it?