Skip to content

Commit

Permalink
Update Node JS version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Jul 10, 2020
1 parent 4073a69 commit f5d2047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "4.2"
- "12.0.0"
cache:
directories:
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f5d2047

Please sign in to comment.