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 version filtering to the NPM action #1055

Labels
hacktoberfest Hacktoberfest eligible note:good-first-issue A good first issue to get started with note:ideal-for-contribution An issue that a contributor can help us with type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Mar 17, 2023

Describe the Enhancement

The action to fetch dependencies from NPM does not have a version filter. In some cases, we want to filter by version because there might be pre-release software or because we want to support multiple branches.

Possible Solution

Add a regex-based version filter.

Motivation

See description above.

@dmikusa dmikusa added type:enhancement A general enhancement note:good-first-issue A good first issue to get started with note:ideal-for-contribution An issue that a contributor can help us with labels Mar 17, 2023
dmikusa added a commit that referenced this issue Mar 17, 2023
Closes #1055: Add version filtering to NPM action
This was referenced Mar 22, 2023
@anthonydahanne anthonydahanne added the hacktoberfest Hacktoberfest eligible label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment