Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change node version to 20 in readme-instructions.
  • Loading branch information
Doubleneck authored Feb 19, 2024
1 parent cb50c47 commit 77e1110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This is a GraphQL API for the Rate Repository application.

## ✔️ Requirements

Works at least with Node version v16.19.0 (does not work currently eg. with Node v18.13.0). If you haven't installed Node or npm, [nvm](https://github.com/nvm-sh/nvm) is an easy to use tool for installing both. Nvm is also handy if you want to quickly switch between different Node versions.
Works at least with Node version v20. If you haven't installed Node or npm, [nvm](https://github.com/nvm-sh/nvm) is an easy to use tool for installing both. Nvm is also handy if you want to quickly switch between different Node versions.

## 🚀 Getting started

0. ensure that you are using the right Node version:
0. ensure that you are using the right Node version, f. ex.:

```bash
$ node -v
v16.19.0
v20.11.0
```

1. Clone this repository and run `npm install` in the `rate-repository-api` directory.
Expand Down

0 comments on commit 77e1110

Please sign in to comment.