Skip to content

Commit 2672318

Browse files
committed
feat(sra.js): add backward support to node 8
BREAKING CHANGE: testing
1 parent d96bc28 commit 2672318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (major < 10) {
4242
`You are running Node ${
4343
currentNodeVersion
4444
}.\n`
45-
+ 'Self React App requires Node 10 or higher. \n'
45+
+ 'Self React App requires Node 8 or higher. \n'
4646
+ 'Please update your version of Node.',
4747
);
4848
process.exit(1);

0 commit comments

Comments
 (0)