Skip to content

Commit

Permalink
Make Appveryor Node.js version less specific
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Feb 25, 2016
1 parent bd8e425 commit 9d2be80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:
- next

environment:
nodejs_version: "4.2"
nodejs_version: "4"

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

0 comments on commit 9d2be80

Please sign in to comment.