21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 22:10:50 +02:00

Update NodeJS minimum version

This commit is contained in:
Jérémy Lecour 2020-09-05 21:29:05 +02:00
parent cbe353f08d
commit 1389cb96d6
2 changed files with 4 additions and 3 deletions

View file

@ -8,12 +8,13 @@ rvm:
### cf. https://github.com/Evolix/chexpire/pull/104 ### cf. https://github.com/Evolix/chexpire/pull/104
- 2.5 - 2.5
- 2.6 - 2.6
- 2.7
cache: cache:
- bundler - bundler
- yarn - yarn
node_js: 9 node_js: 12
sudo: required # required with chrome addon sudo: required # required with chrome addon
addons: addons:

View file

@ -4,11 +4,11 @@
Chexpire requires : Chexpire requires :
* Ruby > 2.5.4 and Bundler * Ruby > 2.5.4 and Bundler
* NodeJS and Yarn * NodeJS >= 10.13 and Yarn
* MySQL or MariaDB * MySQL or MariaDB
We are usually running Chexpire on typical POSIX servers like : 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 - 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. 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.