Skip to content

Commit 3429a61

Browse files
authored
Update Node.js version in README
1 parent 2cda633 commit 3429a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern
44

55
## Installation
66

7-
Use Node.js v24.10+
7+
Use Node.js v22.18+
88

99
Note: if you want to install the node packages from within a Docker container (recommended for security), then you can start it like this:
1010

1111
```bash
12-
docker run -p 3000:3000 --rm -it -w /mnt -v $(pwd):/mnt node:24.10.0 /bin/bash
12+
docker run -p 3000:3000 --rm -it -w /mnt -v $(pwd):/mnt node:22.18.0 /bin/bash
1313
```
1414

1515
First create a copy of the environment file `.env.template` in the root of the codebase and rename it to `.env`

0 commit comments

Comments
 (0)