Feature/upgrade node.js from version 18 to 20 (#3553)

* Upgrade to Node.js 20

* Update changelog
This commit is contained in:
Thomas Kaul
2024-07-20 10:30:05 +02:00
committed by GitHub
parent f4a8acdb46
commit 48eee5f865
7 changed files with 34 additions and 12 deletions

View File

@@ -149,7 +149,7 @@ Ghostfolio is available for various home server systems, including [CasaOS](http
### Prerequisites
- [Docker](https://www.docker.com/products/docker-desktop)
- [Node.js](https://nodejs.org/en/download) (version 18+)
- [Node.js](https://nodejs.org/en/download) (version 20+)
- [Yarn](https://yarnpkg.com/en/docs/install)
- Create a local copy of this Git repository (clone)
- Copy the file `.env.dev` to `.env` and populate it with your data (`cp .env.dev .env`)