From 4a68e13d1b9dc2665679bb2b7c215f69a6ac8f98 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 6 Apr 2021 11:09:30 -0700 Subject: [PATCH] build: update package.json engines range for nodes in preparation for upgrade (#41472) In preparation for upgrading to `node@14`, and dropping `node@10`, updating the engines for local `package.json`s. PR Close #41472 --- aio/package.json | 2 +- aio/tools/examples/shared/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/package.json b/aio/package.json index 70de62be67..781ca7875c 100644 --- a/aio/package.json +++ b/aio/package.json @@ -85,7 +85,7 @@ }, "//engines-comment": "Keep this in sync with /package.json and /aio/tools/examples/shared/package.json", "engines": { - "node": ">=10.19.0 <13.0.0", + "node": ">=10.19.0 <16.0.0", "yarn": ">=1.22.4 <2" }, "private": true, diff --git a/aio/tools/examples/shared/package.json b/aio/tools/examples/shared/package.json index 35ea0ac965..579ca4c0c1 100644 --- a/aio/tools/examples/shared/package.json +++ b/aio/tools/examples/shared/package.json @@ -13,7 +13,7 @@ }, "//engines-comment": "Keep this in sync with /package.json and /aio/package.json", "engines": { - "node": ">=10.19.0 <13.0.0", + "node": ">=10.19.0 <16.0.0", "yarn": ">=1.21.1 <2" }, "keywords": [], diff --git a/package.json b/package.json index 0909074cbb..cbaa3d696d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "//engines-comment": "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json", "engines": { - "node": ">=10.19.0 <13.0.0", + "node": ">=10.19.0 <16.0.0", "yarn": ">=1.22.4 <2" }, "repository": {