This repository was archived by the owner on Sep 26, 2025. It is now read-only.
[Actions] CI - Bump Node JS to v18 in CI Pipeline#4898
Closed
Pranav-yadav wants to merge 1 commit intofacebook:mainfrom
Closed
[Actions] CI - Bump Node JS to v18 in CI Pipeline#4898Pranav-yadav wants to merge 1 commit intofacebook:mainfrom
v18 in CI Pipeline#4898Pranav-yadav wants to merge 1 commit intofacebook:mainfrom
Conversation
v18 in CI Pipelinev18 in CI Pipeline
Contributor
Author
|
Contributor
|
@passy has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Contributor
facebook-github-bot
pushed a commit
that referenced
this pull request
Jul 17, 2023
Summary: Enforce minimum Node JS version to `v18` via `/package.json#engines ` - Node JS `v16`'s EOL is `2023-09-11`: https://nodejs.org/en/blog/announcements/nodejs16-eol - react-native also bumped Node JS to `v18` recently facebook/react-native#37709 (RN `0.73` will probably enforce min Node JS `v18`) Bumps in CI via: 1. #4898 ## Changelog: [General] [Breaking] - Enforce minimum Node JS `v18` Pull Request resolved: #4897 Test Plan: - Should pass tests & builds successfully Reviewed By: ivanmisuno Differential Revision: D47294577 Pulled By: passy fbshipit-source-id: 7ba6a1b6ea6a9e42c77620dc7e0ddf7bd0c641b8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This diff bumps Node JS to
v18in CI Pipeline.Related PR:
v18#4897Changelog
[General] [Changed] - Bump Node JS to
v18in CI PipelineTest Plan