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

feat: support .node-version file #218

Merged
merged 4 commits into from
Aug 27, 2024

Conversation

totto2727
Copy link
Contributor

@totto2727 totto2727 commented Jun 14, 2024

SEMVER Update Type:

  • Major
  • Minor
  • Patch

Description:

support .node-version file

Motivation:

Most Node.js runtime managers support either .nvmrc or .node-version (nodenv etc...) or both (fnm, mise, asdf etc...) are supported.

However, currently only .nvmrc is supported.

Although it is preferable to use .nvmrc since we use nvm internally, both .nvmrc and .node-version are often in the same format.

It is possible that I am missing a specification, but I don't think it will be a problem in many cases.

Test

https://app.circleci.com/pipelines/github/totto2727/node-orb

Checklist:

  • All new jobs, commands, executors, parameters have descriptions.
  • Usage Example version numbers have been updated.
  • Changelog has been updated.

@totto2727 totto2727 requested a review from a team as a code owner June 14, 2024 11:18
@marboledacci marboledacci merged commit 8c242f3 into CircleCI-Public:master Aug 27, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants