-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for npm-shrinkwrap.json #302
Comments
Hi @edukisto, we have an ADR to support monorepos and projects with complex structure that will also make it possible to specify path to |
That’s great! We are looking forward to it! Thank you, @AlenaSviridenko! |
Hello @edukisto. The pull request with adding support for monorepos and projects with complex structure was merged. You can specify npm-shrinkwrap.json with this code snippet.
For now I'm closing the issue. If you have any concerns feel free to ping me in the thread. |
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Is it possible to use not only
package-lock.json
oryarn.lock
but alsonpm-shrinkwrap.json
when caching package dependencies?The text was updated successfully, but these errors were encountered: