Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 6c2fb96

Browse files
authored
Updated node version on circleCI
1 parent 796205c commit 6c2fb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ general:
44
- gh-pages
55
machine:
66
node:
7-
version: 5.1.0
7+
version: 5.7.0
88
dependencies:
99
pre:
1010
- curl -o- -L https://yarnpkg.com/install.sh | bash
1111
override:
1212
- yarn
1313
test:
1414
override:
15-
- yarn run circle
15+
- yarn run circle

0 commit comments

Comments
 (0)