Skip to content

Commit 2737796

Browse files
Copilotanupriya13
andcommitted
Fix remaining Node.js version references from 18.18 to 20.0.0
Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
1 parent 6df383a commit 2737796

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/@react-native-windows/cli/src/commands/healthCheck/healthCheckList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const HealthCheckList = [
1212
[true, 'DeveloperMode', 'Developer mode is on'],
1313
[true, 'LongPath', 'Long path support is enabled'],
1414
[true, 'VSUWP', 'Visual Studio 2022 (>= 17.11.0) & req. components'],
15-
[true, 'Node', 'Node.js (LTS, >= 18.18)'],
15+
[true, 'Node', 'Node.js (LTS, >= 20.0.0)'],
1616
[true, 'Yarn', 'Yarn'],
1717
[true, 'DotNetCore', '.NET SDK (LTS, = 6.0)'],
1818
];

vnext/Scripts/rnw-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ $requirements = @(
438438
},
439439
@{
440440
Id=[CheckId]::Node;
441-
Name = 'Node.js (LTS, >= 18.18)';
441+
Name = 'Node.js (LTS, >= 20.0.0)';
442442
Tags = @('appDev');
443443
Valid = { CheckNode; }
444444
Install = { WinGetInstall OpenJS.NodeJS.LTS "20.0.0" };

0 commit comments

Comments
 (0)