diff --git a/.travis.yml b/.travis.yml index 2ffb940..4e2248c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,13 @@ rvm: ### cf. https://github.com/Evolix/chexpire/pull/104 - 2.5 - 2.6 + - 2.7 cache: - bundler - yarn -node_js: 9 +node_js: 12 sudo: required # required with chrome addon addons: diff --git a/INSTALL.md b/INSTALL.md index 37e5093..a0e788a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,11 +4,11 @@ Chexpire requires : * Ruby > 2.5.4 and Bundler -* NodeJS and Yarn +* NodeJS >= 10.13 and Yarn * MySQL or MariaDB We are usually running Chexpire on typical POSIX servers like : -- Linux Debian 9, Ruby 2.5.4, NodeJS 8.11 and MariaDB 10.1 +- Linux Debian 9, Ruby 2.5.4, NodeJS 10.13 and MariaDB 10.1 - macOS High Sierra, Ruby 2.5.4, NodeJS 10.2.1 and MariaDB 10.2 It probably works on any system that supports Ruby >= 2.5.4, NodeJS >= 6 and MySQL >= 5.5. Feel free to report any unexpected incompatibilities.