aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-25 11:24:43 +0200
committerChocobozzz <me@florianbigard.com>2019-07-25 11:25:45 +0200
commit297e911bdb245a80682b1ea428142ddae6346adc (patch)
tree450466304fd17814aa2dd22b5d1dcf5f6369ab41 /.github
parentaa3796bda5a6776e0d21048239f25d385a8e7545 (diff)
downloadPeerTube-297e911bdb245a80682b1ea428142ddae6346adc.tar.gz
PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.tar.zst
PeerTube-297e911bdb245a80682b1ea428142ddae6346adc.zip
Use node 10 in travis
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
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
59Make sure that you have followed 59Make sure that you have followed
60[the steps](/support/doc/dependencies.md) 60[the steps](/support/doc/dependencies.md)
61to install the dependencies. 61to install the dependencies. You'll need to install **NodeJS 10**.
62 62
63Fork the github repository, 63Fork the github repository,
64and then clone the sources and install node modules: 64and then clone the sources and install node modules: