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

chore: bump minimum required Node version to 18.14.0 #2420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

byCedric
Copy link
Member

@byCedric byCedric commented Jun 11, 2024

Why

This version includes the File primitive that might be required for FormData and large file uploads.

See: https://nodejs.org/en/blog/release/v18.13.0#introduce-file
See: #2414 (comment)

How

Bumped all engines: node: >=18.0.0 to engines: node: >=18.14.0

Test Plan

Only a package change.

Copy link

github-actions bot commented Jun 11, 2024

Size Change: +1.38 kB (0%)

Total Size: 53.4 MB

Filename Size Change
./packages/eas-cli/dist/eas-linux-x64.tar.gz 53.4 MB +1.38 kB (0%)

compressed-size-action

Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.47%. Comparing base (2c1c9b9) to head (ebe6848).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2420   +/-   ##
=======================================
  Coverage   52.47%   52.47%           
=======================================
  Files         584      584           
  Lines       22627    22627           
  Branches     4465     4465           
=======================================
  Hits        11872    11872           
  Misses      10721    10721           
  Partials       34       34           

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

Copy link
Member

@szdziedzic szdziedzic left a comment

Choose a reason for hiding this comment

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

thanks!

I believe we will need to add the breaking change changelog entry again.

@byCedric byCedric force-pushed the @bycedric/bump-to-node-18-13 branch from fc227c4 to c58bd36 Compare January 17, 2025 13:03
Copy link

Subscribed to pull request

File Patterns Mentions
**/* @szdziedzic, @khamilowicz, @sjchmiela, @radoslawkrzemien

Generated by CodeMention

@byCedric byCedric changed the title chore: bump minimum required Node version to 18.13.0 chore: bump minimum required Node version to 18.14.0 Jan 17, 2025
@byCedric byCedric force-pushed the @bycedric/bump-to-node-18-13 branch from c58bd36 to ebe6848 Compare January 17, 2025 13:16
Copy link

✅ Thank you for adding the changelog entry!

@byCedric
Copy link
Member Author

I bumped the minimum required version to Node 18.14 - seems to be a bug in the File primitive introduced in 18.13 (see test runs here: https://github.com/byCedric/test-expo-eas-cli-2414/actions/runs/12829831531/job/35776696055)

This PR will unblock the Undici migration, following the workaround in #2414 (comment)

Rebasing that PR onto this one for testing.

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.

3 participants