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

Breaking - Bump minimum Node version from 16 to 18 #37709

Closed

Commits on Jun 22, 2023

  1. Updating Node references in Circle CI

    Summary:
    Changelog:
    [General] [Fixed] - Update node version in `prepare_hermes_workspace`
    
    Differential Revision: D46905458
    
    fbshipit-source-id: 765fe1737def5bcd4138d2d7eb843f63618fabae
    arushikesarwani94 authored and facebook-github-bot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8998ae7 View commit details
    Browse the repository at this point in the history
  2. Breaking - Bump minimum Node version from 16 to 18 (facebook#37709)

    Summary:
    Pull Request resolved: facebook#37709
    
    ## Bump minimum Node JS version to 18 via `react-native/package.json#engines`
    
    In facebook#35443 we bumped up the node version from 16 to 18.
    
    Node 16 [ends maintenance releases on 2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/), and bumping this minimum will allow other associated Node JS tools (CLI, Metro, Jest) to reduce their support burden.
    
    This follows up by formally making Node 18 the minimum supported version.
    
    **Docs PR:**
    facebook/react-native-website#3748
    
    **Changelog:**
    [General][Breaking] Bump minimum Node JS version to 18
    
    Reviewed By: yungsters
    
    Differential Revision: D46462639
    
    fbshipit-source-id: 95d513197385bc993af49038aed11c4c082b5b77
    arushikesarwani94 authored and facebook-github-bot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    cc6514b View commit details
    Browse the repository at this point in the history