Skip to content

Support cache dependencies for cases where package lock files are located in subfolders #275

Closed
@bbugh

Description

@bbugh

Hi! 👋

We have a mixed-language monorepo with nothing in the base folder except some CI info. We need to be able to specify working-directory input like other scripts in order to use this fantastic action to build our node subfolders.

Something like:

- uses: actions/setup-node@v2
  with:
    node-version: '14'
    working-directory: some-client

Thanks!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions