From d9bcb9efaf25ec9872d031c960bcba7f29eb6a38 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 15 Dec 2022 11:59:55 +0100 Subject: [PATCH] docs: node14 or higher --- docs/components/features.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/features.js b/docs/components/features.js index 904eec04..f60fca40 100644 --- a/docs/components/features.js +++ b/docs/components/features.js @@ -31,7 +31,7 @@ const features = [ icon: ArrowsExpandIcon, }, { - name: 'Node.js 12 or higher', + name: 'Node.js 14 or higher', description: `Turborepo doesn't interfere with your runtime code or touch your sourcemaps. It does what it does and then gets out of your way.`, icon: ChipIcon, },