diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e015f53a..1d5899eea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -134,7 +134,6 @@ updates: vue: applies-to: version-updates patterns: - - "vue*" - "@vue*" - package-ecosystem: docker diff --git a/backend/README.md b/backend/README.md index b67b44240..8fc05779e 100644 --- a/backend/README.md +++ b/backend/README.md @@ -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 -`v19.4.0` and therefore we recommend to use the same version +`v20.12.1` 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: ```bash # install Node $ cd backend -$ nvm install v19.4.0 -$ nvm use v19.4.0 +$ nvm install v20.12.1 +$ nvm use v20.12.1 ``` Install node dependencies with [yarn](https://yarnpkg.com/en/): diff --git a/webapp/README.md b/webapp/README.md index 0279574e9..d311ab79b 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -10,8 +10,8 @@ between different local Node versions: ```bash # install Node $ cd webapp -$ nvm install v19.4.0 -$ nvm use v19.4.0 +$ nvm install v20.12.1 +$ nvm use v20.12.1 ``` Install node dependencies with [yarn](https://yarnpkg.com/en/):