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

fix: Parse Server installation fails due to post install script incorrectly parsing required min. Node version #9216

Merged
merged 8 commits into from
Jul 17, 2024

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Jul 17, 2024

Pull Request

Issue

Closes: #9214

Approach

Specify exact version ranges and properly parse the semver range.

Copy link

Thanks for opening this pull request!

Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.46%. Comparing base (5fa58fe) to head (b8abf49).

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha    #9216   +/-   ##
=======================================
  Coverage   93.46%   93.46%           
=======================================
  Files         186      186           
  Lines       14762    14762           
=======================================
  Hits        13797    13797           
  Misses        965      965           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dplewis
Copy link
Member

dplewis commented Jul 17, 2024

@mtrezza See my comment #9214 (comment)

@mtrezza
Copy link
Member Author

mtrezza commented Jul 17, 2024

Got it, removed

@mtrezza mtrezza changed the title fix: Postinstall script incorrectly parses required min. Node version fix: Parse Server installation due to post install script incorrectly parsing required min. Node version Jul 17, 2024
@mtrezza mtrezza changed the title fix: Parse Server installation due to post install script incorrectly parsing required min. Node version fix: Parse Server installation fails due to post install script incorrectly parsing required min. Node version Jul 17, 2024
@mtrezza mtrezza merged commit 0fa82a5 into parse-community:alpha Jul 17, 2024
24 of 25 checks passed
@mtrezza mtrezza deleted the fix-node-version branch July 17, 2024 17:09
parseplatformorg pushed a commit that referenced this pull request Jul 17, 2024
# [7.3.0-alpha.3](7.3.0-alpha.2...7.3.0-alpha.3) (2024-07-17)

### Bug Fixes

* Parse Server installation fails due to post install script incorrectly parsing required min. Node version ([#9216](#9216)) ([0fa82a5](0fa82a5))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.3.0-alpha.3

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Postinstall script incorrectly parses required min. Node version
3 participants