Преглед на файлове

bump circle node version

Evan You преди 9 години
родител
ревизия
1932b8f5fa
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      .github/CONTRIBUTING.md
  2. 1 1
      circle.yml

+ 1 - 1
.github/CONTRIBUTING.md

@@ -50,7 +50,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
 
 
 ## Development Setup
 ## Development Setup
 
 
-You will need [Node.js](http://nodejs.org) and [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (needed for running Selenium server during e2e tests).
+You will need [Node.js](http://nodejs.org) **version 6+** and [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (needed for running Selenium server during e2e tests).
 
 
 After cloning the repo, run:
 After cloning the repo, run:
 
 

+ 1 - 1
circle.yml

@@ -1,6 +1,6 @@
 machine:
 machine:
   node:
   node:
-    version: 5
+    version: 6
 
 
 test:
 test:
   override:
   override: