Skip to content

Commit 1932b8f

Browse files
committed
bump circle node version
1 parent 97476a4 commit 1932b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
5050

5151
## Development Setup
5252

53-
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).
53+
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).
5454

5555
After cloning the repo, run:
5656

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
node:
3-
version: 5
3+
version: 6
44

55
test:
66
override:

0 commit comments

Comments
 (0)