From 3907dfd60d36b68db709753028be0aa10825d44a Mon Sep 17 00:00:00 2001 From: Prateek Bhatnagar Date: Thu, 19 Mar 2020 01:25:41 -0700 Subject: [PATCH] updating min nodejs requirement (#11181) * updating min canary requirement * watchpack requires 10.13.0 --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 5597f8916dc5398..0325592b51ece36 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -200,6 +200,6 @@ "unistore": "3.4.1" }, "engines": { - "node": ">=8.10.0" + "node": ">=10.13.0" } }