Merge branch 'master' into 5152-remove-helper-jest-gql-function

This commit is contained in:
Hannes Heine 2023-03-03 18:27:38 +01:00 committed by GitHub
commit 3a5349c547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ between different local Node versions:
```bash
# install Node
$ cd webapp
$ nvm install v16.19.0
$ nvm use v16.19.0
$ nvm install v19.4.0
$ nvm use v19.4.0
```
Install node dependencies with [yarn](https://yarnpkg.com/en/):