Skip to content
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

Add support for grabbing version from the engines.pnpm field #123

Closed
Stanzilla opened this issue Apr 19, 2024 · 2 comments
Closed

Add support for grabbing version from the engines.pnpm field #123

Stanzilla opened this issue Apr 19, 2024 · 2 comments

Comments

@Stanzilla
Copy link

Currently the action is able to grab the version from the packageManager field which causes a few side effects.

If a user wants the repo to use a specified version of pnpm but not down to the patch level version, it was recommended to set the engines.pnpm field instead since packageManager does not support ranges.

It would be nice if the action supported reading this field as well.

Related:

@karlhorky
Copy link
Contributor

Is this a duplicate of #84 ?

@Stanzilla
Copy link
Author

Is this a duplicate of #84 ?

Oh yes, my bad, sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants