Skip to content

Commit

Permalink
feat(sra.js): add backward support to node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: testing
  • Loading branch information
maumercado committed Jun 26, 2019
1 parent d96bc28 commit 2672318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sra.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (major < 10) {
`You are running Node ${
currentNodeVersion
}.\n`
+ 'Self React App requires Node 10 or higher. \n'
+ 'Self React App requires Node 8 or higher. \n'
+ 'Please update your version of Node.',
);
process.exit(1);
Expand Down

0 comments on commit 2672318

Please sign in to comment.