From f5d2047633366e74b7044ac07321197483232bd0 Mon Sep 17 00:00:00 2001 From: AgustinSRG Date: Fri, 10 Jul 2020 15:04:57 +0200 Subject: [PATCH] Update Node JS version requirement --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c466e3..563358b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: - - "4.2" + - "12.0.0" cache: directories: - node_modules diff --git a/README.md b/README.md index 0841de7..df831fd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Features Installation ------------ -Showdown ChatBot requires [node.js](http://nodejs.org/) to run. Install version 4.0.0 or newer (recommended to install the lastest stable version to avoid bugs). +Showdown ChatBot requires [node.js](http://nodejs.org/) to run. Install version 12.0.0 or newer (recommended to install the lastest stable version to avoid bugs). Install [Git](https://git-scm.com/) if you do not have it.