This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 959
[Breaking] Enforce minimum Node JS to v18
#4897
Closed
Closed
Conversation
This file contains 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
facebook-github-bot
added
the
CLA Signed
Do not delete this pull request or issue due to inactivity.
label
Jun 29, 2023
|
There are a few CI issues with our sub-projects. Could you take a look? |
Ohh, sorry. This is a stack! |
facebook-github-bot
pushed a commit
that referenced
this pull request
Jun 30, 2023
Summary: This diff bumps Node JS to `v18` in CI Pipeline. Related PR: 1. #4897 ## Changelog [General] [Changed] - Bump Node JS to `v18` in CI Pipeline Pull Request resolved: #4898 Test Plan: - Should pass tests & builds successfully Reviewed By: lblasa Differential Revision: D47128828 Pulled By: passy fbshipit-source-id: b8d829b273898bf5e297560fbbdbafba80285b33
Pranav-yadav
force-pushed
the
Pranav-yadav/bump-node18
branch
from
July 1, 2023 05:44
b52bd18
to
eed25fa
Compare
Np. |
@passy has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Woohoo! Let's ship it. |
@passy has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Thanks for review ❤️. |
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:
Enforce minimum Node JS version to
v18
via/package.json#engines
Node JS
v16
's EOL is2023-09-11
:https://nodejs.org/en/blog/announcements/nodejs16-eol
react-native also bumped Node JS to
v18
recently Breaking - Bump minimum Node version from 16 to 18 react-native#37709 (RN0.73
will probably enforce min Node JSv18
)Bumps in CI via:
v18
in CI Pipeline #4898Changelog:
[General] [Breaking] - Enforce minimum Node JS
v18
Test Plan: