Parcourir la source

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

sschmid il y a 5 ans
Parent
commit
918dcce61b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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