Merge pull request #76 from timbru31/feat/drop-node-v4

chore: drop Node.js v4 support from AppVeyor
diff --git a/.appveyor.yml b/.appveyor.yml
index a7b2426..b809425 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,17 +12,24 @@
   - Visual Studio 2017
 
 environment:
-  nodejs_version: "4"
+  PLATFORM: windows-10-store
+  JUST_BUILD: --justBuild
   matrix:
-    - PLATFORM: windows-10-store
-      JUST_BUILD: --justBuild
+    - nodejs_version: "6"
+    - nodejs_version: "8"
+    - nodejs_version: "10"
+
+platform:
+  - x86
+  - x64
+
 install:
-  - npm cache clean -f
+  - ps: Install-Product node $env:nodejs_version
   - node --version
   - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
   - npm install -g cordova
 
-build: off
+build: "off"
 
 test_script:
   - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%