chore(other): set some 'nvm' versions to '24.2.0' (#8691)

* Set some 'nvm' versions to '24.2.0'
This commit is contained in:
Wolfgang Huß 2025-06-20 21:55:25 +02:00 committed by GitHub
parent cc96698300
commit aab14b7aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

2
.nvmrc
View File

@ -1 +1 @@
v20.12.1
v24.2.0

View File

@ -1 +1 @@
v20.12.1
v24.2.0

View File

@ -20,7 +20,7 @@ Wait a little until your backend is up and running at [http://localhost:4000/](h
For the local installation you need a recent version of
[Node](https://nodejs.org/en/) (>= `v16.19.0`). We are using
`v20.12.1` and therefore we recommend to use the same version
`v24.2.0` and therefore we recommend to use the same version
([see](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/4082)
some known problems with more recent node versions). You can use the
[node version manager](https://github.com/nvm-sh/nvm) `nvm` to switch
@ -29,8 +29,8 @@ between different local Node versions:
```sh
# install Node
$ cd backend
$ nvm install v20.12.1
$ nvm use v20.12.1
$ nvm install v24.2.0
$ nvm use v24.2.0
```
Install node dependencies with [yarn](https://yarnpkg.com/en/):

View File

@ -1 +1 @@
v20.12.1
v24.2.0