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: add node:16 dynamic detection from package.json. if not defined node:14 is used #32

Merged
merged 5 commits into from
Jul 8, 2022

Conversation

dmitry-mightydevops
Copy link
Contributor

@dmitry-mightydevops dmitry-mightydevops commented Jun 15, 2022

  • get nodejs version from the package.json engine content
  • if package.json doesn't contain engine - use node:14 (as we used to)
  • if package.json doesn't exist - gracefully terminates the detection and continue to other steps

Co-authored-by: Mikhail Korol <mikhail.korol@saritasa.com>
@dmitry-mightydevops dmitry-mightydevops merged commit cd7bc65 into main Jul 8, 2022
@dmitry-mightydevops dmitry-mightydevops deleted the feature/node-16-dynamic-detection branch July 8, 2022 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants