FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add support for node version codenames and keywords by JimiC · Pull Request #58 · actions/setup-node · GitHub

Add support for node version codenames and keywords - #58

Closed
JimiC wants to merge 1 commit into
actions:masterfrom
JimiC:support_node_codename
Closed

Add support for node version codenames and keywords#58
JimiC wants to merge 1 commit into
actions:masterfrom
JimiC:support_node_codename

Conversation

JimiC commented Sep 13, 2019
edited
Loading

Copy link
Copy Markdown

Resolves #26

This PR adds support for node codenames (argon, boron etc) and selected keywords (latest, current, lts).

Resolving the codenames and keywords is fully automated and ensures future codenames support.

In order to do so, I took the liberty to refactor the code and test cases for better optimization and maintainability.

I'm aware that code reviewing will be a nightmare because of the many changes. I suggest having a look at the new code itself instead, to have a better understanding of it.

In case the refactoring is not acceptable, I'll try to provide a PR with minimum changes, but the code will be ugly.

Refactored for optimization and maintainability

JimiC commented Sep 13, 2019
edited
Loading

Copy link
Copy Markdown
Author

Suggestion: Since the refactoring done in this PR interferes with #42, I could also incorporate those changes in this PR.

Edit: I also didn't update README until we finalize the PR.

Copy link
Copy Markdown

latest would be great, as a solution you can already use '*'.

Copy link
Copy Markdown

This PR seems to have a lot of out of scope changes in it.

JimiC commented Feb 20, 2020

Copy link
Copy Markdown
Author

Not going to update it if it's not going to be merged.

wdanilo commented Nov 2, 2020

Copy link
Copy Markdown

Why is this not merged? It would be important to me to indicate that I want my tests to run on the latest LTS node version. Right now I need to update it everywhere by hand.

Copy link
Copy Markdown
Contributor

Fixed in #270

JimiC deleted the support_node_codename branch June 30, 2021 13:58
krzyk pushed a commit to krzyk/setup-node that referenced this pull request Apr 11, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support aliases like LTS

6 participants


Back | FazBrowse Home | New Git URL