From 297e911bdb245a80682b1ea428142ddae6346adc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 Jul 2019 11:24:43 +0200 Subject: [PATCH] Use node 10 in travis --- .github/CONTRIBUTING.md | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6fc80b6aa..820a5eecb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -58,7 +58,7 @@ First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead Make sure that you have followed [the steps](/support/doc/dependencies.md) -to install the dependencies. +to install the dependencies. You'll need to install **NodeJS 10**. Fork the github repository, and then clone the sources and install node modules: diff --git a/.travis.yml b/.travis.yml index 8b3ec94d9..9018b082a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - "8" + - "10" git: depth: 1 -- 2.41.0