We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729c40a commit 28437c3Copy full SHA for 28437c3
appveyor.yml
@@ -3,7 +3,9 @@
3
image: Visual Studio 2017
4
5
# Test against these versions of Io.js and Node.js.
6
-nodejs_version: "12"
+environment:
7
+ matrix:
8
+ - nodejs_version: "12"
9
10
cache:
11
- node_modules
0 commit comments