Skip to content

Commit

Permalink
use node 18 engines!
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
  • Loading branch information
cdietrich committed Feb 17, 2025
1 parent 77d16cf commit 42527a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/generator-langium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Yeoman generator for Langium - the language engineering tool",
"homepage": "https://langium.org",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"keywords": [
"yeoman-generator",
Expand Down
2 changes: 1 addition & 1 deletion packages/langium-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CLI for Langium - the language engineering tool",
"homepage": "https://langium.org",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"keywords": [
"cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/langium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A language engineering tool for the Language Server Protocol",
"homepage": "https://langium.org",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"keywords": [
"language",
Expand Down

0 comments on commit 42527a7

Please # to comment.