Skip to content

Commit

Permalink
not .1
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe committed Oct 24, 2023
1 parent eff3ec5 commit 92e80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/core/src/commands/ui/create/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.coveo.com/headless> and <https://reactjs.org/>.';
Expand Down

0 comments on commit 92e80bc

Please sign in to comment.