Skip to content

Commit aff8b91

Browse files
YassineOmranidiasbruno
authored andcommitted
[added] add nodejs version restriction to package.json
1 parent 321966e commit aff8b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
"dialog"
8787
],
8888
"engines": {
89-
"node": ">=8"
89+
"node": ">=8 <18"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)