diff --git a/.nvmrc b/.nvmrc index 3f430af82b..9a2a0e219c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18 +v20 diff --git a/docs/migrations/version-5-to-6.md b/docs/migrations/version-5-to-6.md index b266c3d6a0..99a556b6f0 100644 --- a/docs/migrations/version-5-to-6.md +++ b/docs/migrations/version-5-to-6.md @@ -2,6 +2,9 @@ This document contain all the breaking changes and migrations guidelines for adapting your code to the new version. +## Upgraded Node to v20 +We upgraded required node version from 18 to 20 to stay up to date with relevant environment. + ## Removed deprecated `interpreter` option from `ProcessorOptions` The deprecated `interpreter` option has been removed from `ProcessorOptions`. You should now use the `jsonSchema` option instead. diff --git a/package.json b/package.json index 5a1eb6940e..e3f6df016c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/asyncapi/modelina/issues" }, "engines": { - "node": ">=18" + "node": ">=20" }, "repository": { "type": "git",