Skip to content

Commit

Permalink
ci: add Node.js 10 to AppVeyor config (Windows)
Browse files Browse the repository at this point in the history
This finishes the revert of commit a36e257 (see 5e605c0) and
configures AppVeyor CI to use the latest Node.js 10.x version.
  • Loading branch information
bajtos committed May 7, 2019
1 parent 798c416 commit 59f1716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"

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

0 comments on commit 59f1716

Please sign in to comment.