Skip to content

Commit a9825f4

Browse files
authored
chore: update Node version constraint (#194)
Updates the generate Node version constraint to the same one of the main Theia repository.
1 parent b2fe641 commit a9825f4

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": ">=14.18.0"
5+
"node": ">=16"
66
},
77
"scripts": {
88
"build:browser": "yarn --cwd browser-app bundle",

0 commit comments

Comments
 (0)