Skip to content

Commit ab6232f

Browse files
authored
feat: upgrade node to v20 (#2434)
1 parent 29eac76 commit ab6232f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v20

docs/migrations/version-5-to-6.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This document contain all the breaking changes and migrations guidelines for adapting your code to the new version.
44

5+
## Upgraded Node to v20
6+
We upgraded required node version from 18 to 20 to stay up to date with relevant environment.
7+
58
## Removed deprecated `interpreter` option from `ProcessorOptions`
69

710
The deprecated `interpreter` option has been removed from `ProcessorOptions`. You should now use the `jsonSchema` option instead.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/asyncapi/modelina/issues"
99
},
1010
"engines": {
11-
"node": ">=18"
11+
"node": ">=20"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)