Skip to content

Commit

Permalink
Set min node.js version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner authored and spoenemann committed Dec 14, 2023
1 parent 03b6fe9 commit 89e8cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 50

Before diving into Langium itself, let's get your environment ready for development:

1. You have a working [Node environment](https://nodejs.org/en/download/) with version 12 or higher.
1. You have a working [Node environment](https://nodejs.org/en/download/) with version 16 or higher.
2. Install Yeoman and the Langium extension generator.
```bash
npm i -g yo generator-langium
Expand Down

0 comments on commit 89e8cdf

Please sign in to comment.