From 92e80bc50a6e5ff2b71e5ae9ea12f227e7f4f22e Mon Sep 17 00:00:00 2001 From: Olivier Lamothe Date: Tue, 24 Oct 2023 16:02:58 -0400 Subject: [PATCH] not .1 https://coveord.atlassian.net/browse/CDX-1495 --- packages/cli/core/src/commands/ui/create/react.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/core/src/commands/ui/create/react.ts b/packages/cli/core/src/commands/ui/create/react.ts index cef6f2756b..28e05c21b9 100644 --- a/packages/cli/core/src/commands/ui/create/react.ts +++ b/packages/cli/core/src/commands/ui/create/react.ts @@ -38,7 +38,7 @@ export default class React extends CLICommand { * "You’ll need to have Node 18.18.1 or later version on your local development machine" * https://github.com/facebook/create-react-app#creating-an-app */ - public static requiredNodeVersion = '^18.18.1 || ^20.9.1'; + public static requiredNodeVersion = '^18.18.1 || ^20.9.0'; public static description = 'Create a Coveo Headless-powered search page with the React web framework. See and .';