mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Prevent test windows to pull in node 20 (#41200)
Summary: Since yesterday, Chocolatey is pulling in Node 20 rather than Node 18 for tests. It ends up that mock-fs is not working with Node 20, so, for the time being, we are going to keep 18. ## Changelog: [Internal] - Use node 18 instead of 20 for Test Windows Pull Request resolved: https://github.com/facebook/react-native/pull/41200 Test Plan: CircleCI is green Reviewed By: hoxyq Differential Revision: D50690846 Pulled By: cipolleschi fbshipit-source-id: 505b8e8f90b46019d8e582cc8dad2e2d1edffd54
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dffd9d2170
commit
3d1d2f5a23
@@ -619,7 +619,7 @@ jobs:
|
||||
- run:
|
||||
name: Install Node JS
|
||||
# Note: Version set separately for non-Windows builds, see above.
|
||||
command: choco install nodejs-lts
|
||||
command: choco install nodejs --version=18.18.0 --allow-downgrade
|
||||
|
||||
# Setup Dependencies
|
||||
- run:
|
||||
|
||||
Reference in New Issue
Block a user