From 2672318b19a79e7e778b7375c747bc69e4d2a6ae Mon Sep 17 00:00:00 2001 From: Mauricio Mercado Date: Wed, 26 Jun 2019 15:09:07 -0700 Subject: [PATCH] feat(sra.js): add backward support to node 8 BREAKING CHANGE: testing --- bin/sra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sra.js b/bin/sra.js index ae5c3ea..2bd9752 100644 --- a/bin/sra.js +++ b/bin/sra.js @@ -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);