Skip to content

Commit e836458

Browse files
authored
Update Node to 18 in root package json (#219)
fixed #218 Signed-off-by: Jonas Helming <[email protected]>
1 parent 9878804 commit e836458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/root-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"engines": {
44
"yarn": ">=1.7.0 <2",
5-
"node": ">=16"
5+
"node": ">=18"
66
},
77
"scripts": {
88
"build:browser": "yarn --cwd browser-app bundle",

0 commit comments

Comments
 (0)