Skip to content

Commit

Permalink
chore: update Node version constraint (#194)
Browse files Browse the repository at this point in the history
Updates the generate Node version constraint to the same one of the
main Theia repository.
  • Loading branch information
sdirix committed Jan 5, 2024
1 parent b2fe641 commit a9825f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/root-package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=14.18.0"
"node": ">=16"
},
"scripts": {
"build:browser": "yarn --cwd browser-app bundle",
Expand Down

0 comments on commit a9825f4

Please sign in to comment.