Skip to content

Commit

Permalink
use node 18 engines! (#1813)
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 authored Feb 17, 2025
1 parent 7f74364 commit 87cbe24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 87cbe24

Please # to comment.