Skip to content

Commit

Permalink
bump CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 2, 2017
1 parent 4b652b3 commit 029ec61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "8"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
machine:
node:
version: 5
version: 6

0 comments on commit 029ec61

Please sign in to comment.