Skip to content

Commit ae2224b

Browse files
committed
require Node version >= 18
structuredClone requires minimum Node 17
1 parent 9f45cbd commit ae2224b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"LICENSE",
4949
"README.md"
5050
],
51+
"engines" : {
52+
"node" : ">=18"
53+
},
5154
"dependencies": {
5255
"@asyncapi/parser": "^3.6.0",
5356
"@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",

0 commit comments

Comments
 (0)