Skip to content

Commit 1a2901e

Browse files
crobinson42jmdobry
authored andcommitted
build(): change node version for circleci (#26)
1 parent a76ecd9 commit 1a2901e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# IDE files
2+
.idea/
3+
14
dist/*.js
25
dist/*.map
36

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ general:
44
- gh-pages
55
machine:
66
node:
7-
version: 5.7.0
7+
version: 6
88
dependencies:
99
pre:
1010
- npm i -g npm
1111
- npm i -g codecov nyc
12-
- npm i js-data@^3.0.0-rc.4 express
12+
- npm i js-data@^3.0.1 express
1313
test:
1414
post:
1515
- nyc report --reporter=lcov | codecov

0 commit comments

Comments
 (0)