Skip to content

Commit

Permalink
Merge pull request #4578 from coralproject/update-node-versin-docs
Browse files Browse the repository at this point in the history
update docs with correct node version
  • Loading branch information
tessalt authored Apr 3, 2024
2 parents 15e8416 + 2a743ac commit d342914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: A guide to developing and extending Coral.
Running Coral for development is very similar to installing Coral via Source as
described in our [Getting Started](/#source) guide.

Coral requires NodeJS ^14.18, we recommend using `nvm` to help manage node
Coral requires NodeJS ^18.16.0, we recommend using `nvm` to help manage node
versions: https://github.com/creationix/nvm.

```bash
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Built with ❤️ by Coral by [Vox Media](https://product.voxmedia.com/).

- MongoDB ^4.2
- Redis ^3.2
- NodeJS ^14.18
- NPM ^8.0
- NodeJS ^18.16.0
- PNPM ^8.0

## Running

Expand Down Expand Up @@ -114,7 +114,7 @@ Then start Coral with:

```bash
cd server
ppnpm run start:development
pnpm run start:development
```

Then head on over to http://localhost:3000 to install Coral!
Expand Down

0 comments on commit d342914

Please sign in to comment.