Skip to content

Commit

Permalink
Update Node to 18 in root package json (#219)
Browse files Browse the repository at this point in the history
fixed #218

Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
  • Loading branch information
JonasHelming authored Oct 8, 2024
1 parent 9878804 commit e836458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/root-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=16"
"node": ">=18"
},
"scripts": {
"build:browser": "yarn --cwd browser-app bundle",
Expand Down

0 comments on commit e836458

Please # to comment.