From 7f9ffbf0cc3c30f8f3ab61c17423511b52f1ae28 Mon Sep 17 00:00:00 2001 From: Alexandre Bodin Date: Thu, 8 Sep 2022 16:40:47 +0200 Subject: [PATCH] Update node support to 18 --- README.md | 2 +- .../migration-guides/v4/code/backend/dependencies.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6dc00154a..26fbe44c63 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Strapi is a free and open-source headless CMS delivering your content anywhere y The following are required if you are submitting pull requests to the documentation. For more information on how to contribute please see our [contribution guide](./CONTRIBUTING.md) -- NodeJS >=14.19.1 <=16.x.x +- NodeJS >=14.19.1 <=18.x.x - NPM >= 6.x - Yarn >= 1.22.x diff --git a/docs/developer-docs/latest/update-migration-guides/migration-guides/v4/code/backend/dependencies.md b/docs/developer-docs/latest/update-migration-guides/migration-guides/v4/code/backend/dependencies.md index dc0597dfb3..a1e38b53f2 100644 --- a/docs/developer-docs/latest/update-migration-guides/migration-guides/v4/code/backend/dependencies.md +++ b/docs/developer-docs/latest/update-migration-guides/migration-guides/v4/code/backend/dependencies.md @@ -96,7 +96,7 @@ The following examples show a comparison of a Strapi v3 `package.json` and a Str "uuid": "b8aa7baf-d6dc-4c50-93d4-7739bc88c3fd" }, "engines": { - "node": ">=14.19.1 <=16.x.x", + "node": ">=14.19.1 <=18.x.x", "npm": ">=6.0.0" }, "license": "MIT"