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(package.json): add range for Node.js versions #33

Merged
merged 1 commit into from
Nov 26, 2022

Conversation

saisilinus
Copy link
Owner

Add range for Node.js version to prevent users from using Node.js v19 with the app. This is because some features of this app are not supported in Node v19

close #32

Add range for Node.js version to prevent users from using Node.js v19 with the app. This is because
some features of this app are not supported in Node v19

close #32
@saisilinus saisilinus added the bug Something isn't working label Nov 26, 2022
@saisilinus saisilinus self-assigned this Nov 26, 2022
@saisilinus saisilinus linked an issue Nov 26, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #33 (c0ff5bb) into master (255669f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   89.11%   89.11%           
=======================================
  Files          42       42           
  Lines         588      588           
  Branches       59       59           
=======================================
  Hits          524      524           
  Misses         60       60           
  Partials        4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@saisilinus saisilinus merged commit 0dc9957 into master Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App crashing at the very beginning.
2 participants