Explorar el Código

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

sschmid hace 5 años
padre
commit
918dcce61b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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