We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdc31a commit ab38bbfCopy full SHA for ab38bbf
appveyor.yml
@@ -0,0 +1,9 @@
1
+environment:
2
+ nodejs_version: "8"
3
+
4
+# Install scripts. (runs after repo cloning)
5
+install:
6
+ # Get the latest stable version of Node.js or io.js
7
+ - ps: Install-Product node $env:nodejs_version
8
+ # install modules
9
+ - npm install
0 commit comments