Browse Source

chore: put appveyor back on node 12, node 13 probably wasn't necessary

sschmid 5 years ago
parent
commit
121ffcfdb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -4,7 +4,7 @@ environment:
   matrix:
     # - nodejs_version: "8" 
     # - nodejs_version: "10"
-    - nodejs_version: "13"
+    - nodejs_version: "12"
 platform:
   # - x86
   - x64