Skip to content

Commit

Permalink
Merge pull request #10 from Doubleneck/master
Browse files Browse the repository at this point in the history
Upgrade API from Node 16.9 to Node 20.
  • Loading branch information
mluukkai authored Feb 26, 2024
2 parents 5a440dd + 77e1110 commit b1d1d58
Show file tree
Hide file tree
Showing 3 changed files with 2,788 additions and 3,735 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
Loading

0 comments on commit b1d1d58

Please sign in to comment.