Bläddra i källkod

chore: update appveyor to node 12 from node 10 to hopefully fix builds

sschmid 5 år sedan
förälder
incheckning
918dcce61b
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      .appveyor.yml

+ 2 - 1
.appveyor.yml

@@ -3,7 +3,8 @@ environment:
   timeout: 10000
   matrix:
     # - nodejs_version: "8" 
-    - nodejs_version: "10"
+    # - nodejs_version: "10"
+    - nodejs_version: "12"
 platform:
   # - x86
   - x64