Fixed minimum NodeJS version
NodeJS version was increased due to http header splitting vulnerability
This commit is contained in:
parent
8f1c404724
commit
31faaf147e
|
@ -11,7 +11,7 @@ A file sharing experiment which allows you to send encrypted files to other user
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [Node.js 8+](https://nodejs.org/)
|
- [Node.js 8.2+](https://nodejs.org/)
|
||||||
- [Redis server](https://redis.io/)
|
- [Redis server](https://redis.io/)
|
||||||
|
|
||||||
**NOTE:** To run the project, make sure you have a Redis server running locally:
|
**NOTE:** To run the project, make sure you have a Redis server running locally:
|
||||||
|
|
Loading…
Reference in New Issue