Skip to content

Commit 875f5ed

Browse files
committed
show error in case of running bit with node 12
1 parent 3e12d8e commit 875f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import HooksManager from './hooks';
1111
import { printWarning } from './logger/logger';
1212
import loader from './cli/loader';
1313

14-
const SUPPORTED_NODE_VERSIONS = '>=12.22.0 <17.0.0';
14+
const SUPPORTED_NODE_VERSIONS = '>=14.19.3 <17.0.0';
1515

1616
process.env.MEMFS_DONT_WARN = 'true'; // suppress fs experimental warnings from memfs
1717

0 commit comments

Comments
 (0)