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!: upgrade Node.js to 14 LTS #1393

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

VerteDinde
Copy link
Member

@VerteDinde VerteDinde commented Aug 2, 2022

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project follows, as appropriate.
  • The changes are appropriately documented (if applicable).
  • The changes have sufficient test coverage (if applicable).
  • The testsuite passes successfully on my local machine (if applicable).

Summarize your changes:

Electron Packager is still using Node 10 and Node 12; Node 12 was deprecated in April 2022. This PR requires at least Node 14 LTS, and bumps the automated tests to test on newer versions of Node (14, 16, 18 as opposed to 10, 12, 14).

NB: Since this would be a breaking change, we may want to merge other fixes first and do another release before merging this one.

@VerteDinde VerteDinde marked this pull request as ready for review August 2, 2022 05:21
@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #1393 (dc12942) into main (e147b5e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1393   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files          15       15           
  Lines         776      776           
=======================================
  Hits          742      742           
  Misses         34       34           

Help us with your feedback. Take ten seconds to tell us how you rate us.

Copy link
Member

@erickzhao erickzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests passing? LGTM! Thanks Keeley.

@erickzhao erickzhao merged commit c6b4c78 into electron:main Aug 3, 2022
@welcome
Copy link

welcome bot commented Aug 3, 2022

Thanks for your contribution! 🎉

@VerteDinde VerteDinde deleted the bump-node-14-lts branch August 3, 2022 21:29
@malept
Copy link
Member

malept commented Aug 3, 2022

@erickzhao probably want to revert this first, merge #1391, release a new version, then merge this and make a new release... otherwise folks using Electron 20 will need to upgrade to a new major version of Electron Packager.

@VerteDinde VerteDinde mentioned this pull request Aug 11, 2022
5 tasks
mtahiryilmazz referenced this pull request in mtahiryilmazz/electron-packager Sep 23, 2022
* Revert "feat!: upgrade Node.js to 14 LTS (#1393)"

This reverts commit c6b4c78.

* build: yargs to 20.2.9, xcode 12.5.1
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.

None yet

3 participants