docs: add note about node.js 22 requirement

This commit is contained in:
dswbx
2025-07-11 12:49:35 +02:00
parent 957355c862
commit db3c2cea10
6 changed files with 31 additions and 2 deletions

View File

@@ -50,6 +50,11 @@ To get started with Astro and bknd you can either install the package manually,
## Configuration
<Warning>
When run with Node.js, a version of 22 (LTS) or higher is required. Please verify your version by running `node -v`, and [upgrade](https://nodejs.org/en/download/) if necessary.
</Warning>
Now create a `bknd.config.ts` file in the root of your project. If you created the project using the CLI starter, this file is already created for you.
```typescript bknd.config.ts