Skip to content

Commit

Permalink
update required node version to 8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed May 24, 2018
1 parent f948a2d commit b080ff7
Show file tree
Hide file tree
Showing 4 changed files with 633 additions and 897 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "8.0.0"
- "8.11.2"
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
- git config --global core.autocrlf input

environment:
nodejs_version: "6"
nodejs_version: "8.11.2"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
Loading

0 comments on commit b080ff7

Please sign in to comment.