Skip to content

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

website/docs/developer-docs/setup/frontend-dev-environment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ If you want to only make changes on the UI, you don't need a backend running fro
66

77
### Prerequisites
88

9-
- Node.js (any recent version should work; we use 20.x to build)
9+
- Node.js (any recent version should work; we use 22.x to build)
1010
- Make (again, any recent version should work)
1111
- Docker and Docker Compose
1212

1313
:::info
14-
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@20`, and for Docker `brew install --cask docker`
14+
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@22`, and for Docker `brew install --cask docker`
1515
:::
1616

1717
### Instructions

website/docs/developer-docs/setup/full-dev-environment.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import ExecutionEnvironment from "@docusaurus/ExecutionEnvironment";
1111
- [Python](https://www.python.org/) 3.12
1212
- [Poetry](https://python-poetry.org/), which is used to manage dependencies
1313
- [Go](https://go.dev/) 1.23 or newer
14-
- [Node.js](https://nodejs.org/en) 21 or newer
15-
- [PostgreSQL](https://www.postgresql.org/) 14 or newer
14+
- [Node.js](https://nodejs.org/en) 22 or newer
15+
- [PostgreSQL](https://www.postgresql.org/) 16 or newer
1616
- [Redis](https://redis.io/) (any recent version will do)
1717
- [Docker](https://www.docker.com/) (Community Edition will do)
1818

website/docs/developer-docs/setup/website-dev-environment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ If you want to only make changes to the website, you only need node.
66

77
### Prerequisites
88

9-
- Node.js (any recent version should work; we use 20.x to build)
9+
- Node.js (any recent version should work; we use 22.x to build)
1010
- Make (again, any recent version should work)
1111

1212
:::info
13-
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@20`
13+
Depending on platform, some native dependencies might be required. On macOS, run `brew install node@22`
1414
:::
1515

1616
### Instructions

0 commit comments

Comments
 (0)