From a46a59ccec968ed84ebf648a38951c15e4e0700b Mon Sep 17 00:00:00 2001 From: Paula Rinta-Harri Date: Fri, 19 Apr 2024 16:44:23 +0300 Subject: [PATCH] Update plugings node --- plugins/deploy-site/package.json | 2 +- plugins/guide/package.json | 2 +- plugins/search-indexer/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/deploy-site/package.json b/plugins/deploy-site/package.json index b064271..be626d8 100644 --- a/plugins/deploy-site/package.json +++ b/plugins/deploy-site/package.json @@ -21,7 +21,7 @@ } ], "engines": { - "node": ">=10.16.0 <=14.x.x", + "node": ">=10.16.0 <=16.x.x", "npm": ">=6.0.0" }, "license": "MIT" diff --git a/plugins/guide/package.json b/plugins/guide/package.json index 0bb7d85..7f6c71e 100644 --- a/plugins/guide/package.json +++ b/plugins/guide/package.json @@ -21,7 +21,7 @@ } ], "engines": { - "node": ">=10.16.0 <=14.x.x", + "node": ">=10.16.0 <=16.x.x", "npm": ">=6.0.0" }, "license": "MIT" diff --git a/plugins/search-indexer/package.json b/plugins/search-indexer/package.json index b683615..aacad32 100644 --- a/plugins/search-indexer/package.json +++ b/plugins/search-indexer/package.json @@ -16,7 +16,7 @@ ], "dependencies": {}, "engines": { - "node": ">=10.16.0 <=14.x.x", + "node": ">=10.16.0 <=16.x.x", "npm": ">=6.0.0" }, "license": "MIT"