Skip to content

Commit f50e54f

Browse files
author
Maksym Mykhailenko
committed
chore: use any Node.js version 12
1 parent 18a778b commit f50e54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.16.1
1+
12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Local setup should work good on **Linux** and **macOS**. But **Windows** is not
2626
### Requirements
2727

2828
* [docker-compose](https://docs.docker.com/compose/install/) - We use docker-compose for running dependencies locally.
29-
* Nodejs 12.16.1 - consider using [nvm](https://github.com/creationix/nvm) or equivalent to manage your node version
29+
* [Node.js](https://nodejs.org/) version 12 - consider using [nvm](https://github.com/creationix/nvm) or equivalent to manage your node version
3030
* Install [libpg](https://www.npmjs.com/package/pg-native)
3131

3232
### Steps to run locally

0 commit comments

Comments
 (0)