Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arminbro committed Feb 26, 2024
1 parent b7e9689 commit 4fe295b
Show file tree
Hide file tree
Showing 6 changed files with 6,816 additions and 12,971 deletions.
4 changes: 2 additions & 2 deletions bin/generate-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const isNotValidNodeVersion = () => {
const semver = currentNodeVersion.split('.');
const major = semver[0];

if (major < 16) {
if (major < 18) {
console.error(
// eslint-disable-next-line
'You are running Node ' +
currentNodeVersion +
' Generate React CLI requires Node 16 or higher. Please update your version of Node.'
' Generate React CLI requires Node 18 or higher. Please update your version of Node.'
);

return true;
Expand Down
Loading

0 comments on commit 4fe295b

Please sign in to comment.