diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:24:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:25:45 +0200 |
commit | 297e911bdb245a80682b1ea428142ddae6346adc (patch) | |
tree | 450466304fd17814aa2dd22b5d1dcf5f6369ab41 /.github | |
parent | aa3796bda5a6776e0d21048239f25d385a8e7545 (diff) | |
download | PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.tar.gz PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.tar.zst PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.zip |
Use node 10 in travis
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 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 | |||
58 | 58 | ||
59 | Make sure that you have followed | 59 | Make sure that you have followed |
60 | [the steps](/support/doc/dependencies.md) | 60 | [the steps](/support/doc/dependencies.md) |
61 | to install the dependencies. | 61 | to install the dependencies. You'll need to install **NodeJS 10**. |
62 | 62 | ||
63 | Fork the github repository, | 63 | Fork the github repository, |
64 | and then clone the sources and install node modules: | 64 | and then clone the sources and install node modules: |