Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 78d56ea

Browse files
Pranav-yadavfacebook-github-bot
authored andcommitted
Enforce minimum Node JS to v18 (#4897)
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
1 parent 7cef828 commit 78d56ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"watch": "cross-env TZ=Pacific/Pohnpei node --expose-gc --stack-trace-limit=40 ./node_modules/.bin/jest --watch"
166166
},
167167
"engines": {
168-
"node": ">=16",
168+
"node": ">=18",
169169
"npm": "use yarn instead",
170170
"yarn": "^1.16"
171171
},

0 commit comments

Comments
 (0)