Sfoglia il codice sorgente

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

sschmid 5 anni fa
parent
commit
918dcce61b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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