Skip to content

Commit

Permalink
revert: pin Node.js 10.x version to 10.0.0
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, since
the problem we were experiencing in 10.1.0 has been fixed in 10.2.0.
  • Loading branch information
bajtos committed Aug 31, 2018
1 parent ac011f8 commit c7e5f64
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
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10.0.0"
- nodejs_version: "10"

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

0 comments on commit c7e5f64

Please sign in to comment.